1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-09-15 18:56:59 +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)}}