diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | gogs.go | 2 | ||||
-rw-r--r-- | templates/.VERSION | 2 | ||||
-rw-r--r-- | templates/user/profile.tmpl | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -3,7 +3,7 @@ Gogs - Go Git Service [ -##### Current version: 0.8.20 +##### Current version: 0.8.21 | Web | UI | Preview | |:-------------:|:-------:|:-------:| @@ -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()) diff --git a/templates/.VERSION b/templates/.VERSION index 4295f9db..51bb7368 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 f82edb22..6591b454 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)}} |