mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-17 09:46:11 +00:00
add organization memebers page
This commit is contained in:
@@ -190,6 +190,7 @@ func runWeb(*cli.Context) {
|
||||
|
||||
m.Group("/o", func(r martini.Router) {
|
||||
r.Get("/:org", org.Organization)
|
||||
r.Get("/:org/members", org.Members)
|
||||
})
|
||||
|
||||
m.Group("/:username/:reponame", func(r martini.Router) {
|
||||
|
Reference in New Issue
Block a user