Browse Source

Added improvement from Unknwon

for-closed-social
ExMex 8 years ago
parent
commit
40413c5c6c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/user/profile.tmpl

+ 1
- 1
templates/user/profile.tmpl View File

@ -59,7 +59,7 @@
*/}}
<li>
{{range .Orgs}}
<a href="{{AppSubUrl}}/{{.Name}}"><img class="ui mini image" src="{{.AvatarLink}}"></a>
<a href="{{.HomeLink}}"><img class="ui mini image" src="{{.AvatarLink}}"></a>
{{end}}
</li>
{{if and .IsSigned (ne .SignedUserName .Owner.Name)}}

Loading…
Cancel
Save