add organization create page

This commit is contained in:
fuxiaohei 2014-06-23 11:40:49 +08:00
parent 314193029a
commit ea507e20d4
4 changed files with 61 additions and 8 deletions

View file

@ -189,6 +189,7 @@ func runWeb(*cli.Context) {
reqOwner := middleware.RequireOwner()
m.Group("/o", func(r martini.Router) {
r.Get("/create",org.New)
r.Get("/:org", org.Organization)
r.Get("/:org/members", org.Members)
r.Get("/:org/teams", org.Teams)