add organization teams page
This commit is contained in:
parent
514d7e1922
commit
adda10f4a4
5 changed files with 163 additions and 1 deletions
|
@ -191,6 +191,7 @@ func runWeb(*cli.Context) {
|
|||
m.Group("/o", func(r martini.Router) {
|
||||
r.Get("/:org", org.Organization)
|
||||
r.Get("/:org/members", org.Members)
|
||||
r.Get("/:org/teams", org.Teams)
|
||||
})
|
||||
|
||||
m.Group("/:username/:reponame", func(r martini.Router) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue