aboutsummaryrefslogtreecommitdiffstats
path: root/templates
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
parentf75b5f42870b03ed366956f6b83ca21a34dad810 (diff)
downloadgitea-29b07693dd3425994fe921ac307173f787addec8.tar.gz
gitea-29b07693dd3425994fe921ac307173f787addec8.zip
minor fix to #2383
- add tooltip for organization name in profile
Diffstat (limited to 'templates')
-rw-r--r--templates/.VERSION2
-rw-r--r--templates/user/profile.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/.VERSION b/templates/.VERSION
index 4295f9db1e..51bb73689e 100644
--- a/templates/.VERSION
+++ b/templates/.VERSION
@@ -1 +1 @@
-0.8.20.0111 \ No newline at end of file
+0.8.21.0114 \ No newline at end of file
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)}}