Browse Source

minor fix to #2383

- add tooltip for organization name in profile
Unknwon 9 years ago
parent
commit
29b07693dd
4 changed files with 4 additions and 4 deletions
  1. 1 1
      README.md
  2. 1 1
      gogs.go
  3. 1 1
      templates/.VERSION
  4. 1 1
      templates/user/profile.tmpl

+ 1 - 1
README.md

@@ -3,7 +3,7 @@ Gogs - Go Git Service [![Build Status](https://travis-ci.org/gogits/gogs.svg?bra
 
 ![](https://github.com/gogits/gogs/blob/master/public/img/gogs-large-resize.png?raw=true)
 
-##### Current version: 0.8.20
+##### Current version: 0.8.21
 
 | Web | UI  | Preview  |
 |:-------------:|:-------:|:-------:|

+ 1 - 1
gogs.go

@@ -17,7 +17,7 @@ import (
 	"github.com/gogits/gogs/modules/setting"
 )
 
-const APP_VER = "0.8.20.0111"
+const APP_VER = "0.8.21.0114"
 
 func init() {
 	runtime.GOMAXPROCS(runtime.NumCPU())

+ 1 - 1
templates/.VERSION

@@ -1 +1 @@
-0.8.20.0111
+0.8.21.0114

+ 1 - 1
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)}}