Browse Source

Added improvement from Unknwon

tags/v1.2.0-rc1
ExMex 9 years ago
parent
commit
87bcbe68ec
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