aboutsummaryrefslogtreecommitdiffstats
path: root/templates/user
diff options
context:
space:
mode:
authorExMex <great.mafia2010@gmail.com>2016-01-12 03:19:46 +0100
committerExMex <great.mafia2010@gmail.com>2016-01-12 03:19:46 +0100
commit53a63de9dcd3f5dd79d727d9e91aae626403ac9f (patch)
tree0632a883949341e5a7f67f650bc2359e4af11949 /templates/user
parentf610bfa8a2ccaf195fe89866da55879436a202d8 (diff)
downloadgitea-53a63de9dcd3f5dd79d727d9e91aae626403ac9f.tar.gz
gitea-53a63de9dcd3f5dd79d727d9e91aae626403ac9f.zip
Added links to org profile icons
Diffstat (limited to 'templates/user')
-rw-r--r--templates/user/profile.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl
index 324056a10c..50d371b59b 100644
--- a/templates/user/profile.tmpl
+++ b/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)}}