summaryrefslogtreecommitdiffstats
path: root/templates/user
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-01-14 21:21:56 +0800
committerUnknwon <u@gogs.io>2016-01-14 21:21:56 +0800
commit29b07693dd3425994fe921ac307173f787addec8 (patch)
tree24edb70130bbce8b5e5822ba9ed78e2874e91db2 /templates/user
parentf75b5f42870b03ed366956f6b83ca21a34dad810 (diff)
downloadgitea-29b07693dd3425994fe921ac307173f787addec8.tar.gz
gitea-29b07693dd3425994fe921ac307173f787addec8.zip
minor fix to #2383
- add tooltip for organization name in profile
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 f82edb2230..6591b45491 100644
--- a/templates/user/profile.tmpl
+++ b/templates/user/profile.tmpl
@@ -59,7 +59,7 @@
*/}}
<li>
{{range .Orgs}}
- <a href="{{.HomeLink}}"><img class="ui mini image" src="{{.AvatarLink}}"></a>
+ <a href="{{.HomeLink}}"><img class="ui mini image poping up" src="{{.AvatarLink}}" data-content="{{.Name}}" data-position="top center" data-variation="mini inverted"></a>
{{end}}
</li>
{{if and .IsSigned (ne .SignedUserName .Owner.Name)}}