Browse Source

Added improvement from Unknwon

ExMex 9 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

@@ -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)}}