minor update
This commit is contained in:
parent
27f7abdd77
commit
b3a45693c3
4 changed files with 16 additions and 11 deletions
|
@ -14,13 +14,11 @@
|
|||
{{.SignedUser.Name}}
|
||||
</a>
|
||||
{{range .Orgs}}
|
||||
{{if .IsOwnedBy $.SignedUser.Id}}
|
||||
<a class="{{if eq $.ContextUser.Id .Id}}active selected{{end}} item" href="{{AppSubUrl}}/org/{{.Name}}/issues">
|
||||
<img class="ui image" src="{{.AvatarLink}}">
|
||||
{{.Name}}
|
||||
</a>
|
||||
{{end}}
|
||||
{{end}}
|
||||
<a class="item" href="{{AppSubUrl}}/org/create">
|
||||
<i class="octicon octicon-repo-create"></i> {{.i18n.Tr "new_org"}}
|
||||
</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue