diff options
Diffstat (limited to 'templates/user/profile.tmpl')
-rw-r--r-- | templates/user/profile.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl index 6591b45491..410aef797a 100644 --- a/templates/user/profile.tmpl +++ b/templates/user/profile.tmpl @@ -57,11 +57,13 @@ </a> </li> */}} + {{if .Orgs}} <li> {{range .Orgs}} <a href="{{.HomeLink}}"><img class="ui mini image poping up" src="{{.AvatarLink}}" data-content="{{.Name}}" data-position="top center" data-variation="mini inverted"></a> {{end}} </li> + {{end}} {{if and .IsSigned (ne .SignedUserName .Owner.Name)}} <li class="follow"> {{if .SignedUser.IsFollowing .Owner.Id}} |