Add 'Organizations' page to user settings (#3587)

User is now able to view full list of organizations belongs to.
This commit is contained in:
Unknwon
2017-01-27 22:36:45 -05:00
parent 2ee0c61e62
commit 7aa53635fe
10 changed files with 60 additions and 19 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.9.121.0127"
const APP_VER = "0.9.122.0127"
func init() {
setting.AppVer = APP_VER