diff options
Diffstat (limited to 'templates/user/profile.tmpl')
-rw-r--r-- | templates/user/profile.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl index 50d371b59b..f82edb2230 100644 --- a/templates/user/profile.tmpl +++ b/templates/user/profile.tmpl @@ -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)}} |