summaryrefslogtreecommitdiffstats
path: root/templates/user/profile.tmpl
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-01-28 06:07:16 -0500
committerUnknwon <u@gogs.io>2016-01-28 06:07:16 -0500
commit4deb87634370c33e4890db47bd64196cff0a05b9 (patch)
treedbb569668a5b156fb567d9de9e11ddef49d45cdb /templates/user/profile.tmpl
parent0617720c0cd432d3160fed3f514b81d2967cf9aa (diff)
downloadgitea-4deb87634370c33e4890db47bd64196cff0a05b9.tar.gz
gitea-4deb87634370c33e4890db47bd64196cff0a05b9.zip
Minor fix for #2494
- Change tooltip size from mini to tiny in profile page
Diffstat (limited to 'templates/user/profile.tmpl')
-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 410aef797a..c037b0ad13 100644
--- a/templates/user/profile.tmpl
+++ b/templates/user/profile.tmpl
@@ -60,7 +60,7 @@
{{if .Orgs}}
<li>
{{range .Orgs}}
- <a href="{{.HomeLink}}"><img class="ui mini image poping up" src="{{.AvatarLink}}" data-content="{{.Name}}" data-position="top center" data-variation="mini inverted"></a>
+ <a href="{{.HomeLink}}"><img class="ui mini image poping up" src="{{.AvatarLink}}" data-content="{{.Name}}" data-position="top center" data-variation="tiny inverted"></a>
{{end}}
</li>
{{end}}