Sfoglia il codice sorgente

Added links to org profile icons

ExMex 9 anni fa
parent
commit
53a63de9dc
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      templates/user/profile.tmpl

+ 1 - 1
templates/user/profile.tmpl

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