summaryrefslogtreecommitdiffstats
path: root/cmd/web.go
diff options
context:
space:
mode:
authorfuxiaohei <fuxiaohei@vip.qq.com>2014-06-23 19:11:20 +0800
committerfuxiaohei <fuxiaohei@vip.qq.com>2014-06-23 19:11:20 +0800
commitfb53cc4fa82bbbbba4b8b0281d5f5657b1a6fafc (patch)
tree0bcf6cdae0be51b7c5cadb38b04d3c48ba8f9253 /cmd/web.go
parentf393dc652007238c27bd5d1954a03ba97412eee5 (diff)
downloadgitea-fb53cc4fa82bbbbba4b8b0281d5f5657b1a6fafc.tar.gz
gitea-fb53cc4fa82bbbbba4b8b0281d5f5657b1a6fafc.zip
add organization setting page
Diffstat (limited to 'cmd/web.go')
-rw-r--r--cmd/web.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/web.go b/cmd/web.go
index 65ea606433..d29183a9dc 100644
--- a/cmd/web.go
+++ b/cmd/web.go
@@ -194,6 +194,7 @@ func runWeb(*cli.Context) {
r.Get("/:org/dashboard", org.Dashboard)
r.Get("/:org/members", org.Members)
r.Get("/:org/teams", org.Teams)
+ r.Get("/:org/setting", org.Setting)
})
m.Group("/:username/:reponame", func(r martini.Router) {