mirror of
https://github.com/go-gitea/gitea
synced 2025-07-19 08:48:37 +00:00
add organization dashboard page
This commit is contained in:
@@ -189,8 +189,9 @@ func runWeb(*cli.Context) {
|
||||
reqOwner := middleware.RequireOwner()
|
||||
|
||||
m.Group("/o", func(r martini.Router) {
|
||||
r.Get("/create",org.New)
|
||||
r.Get("/create", org.New)
|
||||
r.Get("/:org", org.Organization)
|
||||
r.Get("/:org/dashboard", org.Dashboard)
|
||||
r.Get("/:org/members", org.Members)
|
||||
r.Get("/:org/teams", org.Teams)
|
||||
})
|
||||
|
Reference in New Issue
Block a user