1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

minor fix to #2383

- add tooltip for organization name in profile
This commit is contained in:
Unknwon
2016-01-14 21:21:56 +08:00
parent f75b5f4287
commit 29b07693dd
4 changed files with 4 additions and 4 deletions

View File

@@ -1 +1 @@
0.8.20.0111
0.8.21.0114

View File

@@ -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)}}