mirror of
https://gitee.com/gitea/gitea
synced 2025-11-08 10:30:26 +08:00
repo sidebar active class
This commit is contained in:
@@ -463,6 +463,8 @@ func runWeb(ctx *cli.Context) {
|
||||
m.Post("/delete", repo.DeleteDeployKey)
|
||||
})
|
||||
|
||||
}, func(ctx *middleware.Context) {
|
||||
ctx.Data["PageIsSettings"] = true
|
||||
})
|
||||
}, reqSignIn, middleware.RepoAssignment(true), reqRepoAdmin, middleware.RepoRef())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user