Explorar el Código

Added links to org profile icons

ExMex hace 9 años
padre
commit
53a63de9dc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)}}