]> source.dussan.org Git - gitea.git/commitdiff
minor fix to #2383
authorUnknwon <u@gogs.io>
Thu, 14 Jan 2016 13:21:56 +0000 (21:21 +0800)
committerUnknwon <u@gogs.io>
Thu, 14 Jan 2016 13:21:56 +0000 (21:21 +0800)
- add tooltip for organization name in profile

README.md
gogs.go
templates/.VERSION
templates/user/profile.tmpl

index 833c4af431d21a3646050afee475bb44cfe77143..301ec69884ddfa260bf74b395ca79d4c62646919 100644 (file)
--- a/README.md
+++ b/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  |
 |:-------------:|:-------:|:-------:|
diff --git a/gogs.go b/gogs.go
index 76f89f674647d93ffe52690c1ffa29c7508630ac..cc790b5f932369f6854a66b2ffeb5815fc6f67e0 100644 (file)
--- a/gogs.go
+++ b/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())
index 4295f9db1e3978bca88628b9b3372baee9a3eaae..51bb73689e6d9f022da3f364268458e4520370de 100644 (file)
@@ -1 +1 @@
-0.8.20.0111
\ No newline at end of file
+0.8.21.0114
\ No newline at end of file
index f82edb2230ff6f6a06e8860104fd126b25e14a83..6591b454910aab4de3908bfeade0ab114ce6ca59 100644 (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)}}