Browse Source

hide section with user has no organizations

pull/2277/merge
Unknwon 9 years ago
parent
commit
dccfadf7b8
  1. 2
      templates/user/profile.tmpl

2
templates/user/profile.tmpl

@ -57,11 +57,13 @@
</a> </a>
</li> </li>
*/}} */}}
{{if .Orgs}}
<li> <li>
{{range .Orgs}} {{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> <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}} {{end}}
</li> </li>
{{end}}
{{if and .IsSigned (ne .SignedUserName .Owner.Name)}} {{if and .IsSigned (ne .SignedUserName .Owner.Name)}}
<li class="follow"> <li class="follow">
{{if .SignedUser.IsFollowing .Owner.Id}} {{if .SignedUser.IsFollowing .Owner.Id}}

Loading…
Cancel
Save