diff options
author | Unknwon <u@gogs.io> | 2016-01-14 21:21:56 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-01-14 21:21:56 +0800 |
commit | 29b07693dd3425994fe921ac307173f787addec8 (patch) | |
tree | 24edb70130bbce8b5e5822ba9ed78e2874e91db2 /templates/user | |
parent | f75b5f42870b03ed366956f6b83ca21a34dad810 (diff) | |
download | gitea-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.tmpl | 2 |
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)}} |