diff options
author | ExMex <great.mafia2010@gmail.com> | 2016-01-12 03:19:46 +0100 |
---|---|---|
committer | ExMex <great.mafia2010@gmail.com> | 2016-01-12 03:19:46 +0100 |
commit | 53a63de9dcd3f5dd79d727d9e91aae626403ac9f (patch) | |
tree | 0632a883949341e5a7f67f650bc2359e4af11949 /templates/user | |
parent | f610bfa8a2ccaf195fe89866da55879436a202d8 (diff) | |
download | gitea-53a63de9dcd3f5dd79d727d9e91aae626403ac9f.tar.gz gitea-53a63de9dcd3f5dd79d727d9e91aae626403ac9f.zip |
Added links to org profile icons
Diffstat (limited to 'templates/user')
-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 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)}} |