1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-03 09:07:19 +00:00

minor fix on template

This commit is contained in:
Unknwon
2015-09-07 14:02:09 -04:00
parent 3d9b98fae4
commit cc83043edc
4 changed files with 2 additions and 6 deletions

View File

@ -24,13 +24,11 @@
{{.SignedUser.Name}}
</div>
{{range .Orgs}}
{{if .IsOwnedBy $.SignedUser.Id}}
<div class="item" data-value="{{.Id}}">
<img class="ui mini image" src="{{.AvatarLink}}">
{{.Name}}
</div>
{{end}}
{{end}}
</div>
</div>
</div>