mirror of
https://github.com/go-gitea/gitea
synced 2025-07-12 13:37:20 +00:00
add organization setting page
This commit is contained in:
@ -29,3 +29,8 @@ func Dashboard(ctx *middleware.Context, params martini.Params) {
|
||||
ctx.Data["Title"] = "Dashboard"
|
||||
ctx.HTML(200, "org/dashboard")
|
||||
}
|
||||
|
||||
func Setting(ctx *middleware.Context, param martini.Params) {
|
||||
ctx.Data["Title"] = "Setting"
|
||||
ctx.HTML(200, "org/setting")
|
||||
}
|
||||
|
Reference in New Issue
Block a user