mirror of
https://gitee.com/gitea/gitea
synced 2025-12-10 02:00:27 +08:00
Work on admin
This commit is contained in:
@@ -15,10 +15,10 @@ func Home(ctx *middleware.Context) {
|
||||
return
|
||||
}
|
||||
ctx.Data["PageIsHome"] = true
|
||||
ctx.HTML(200, "home", ctx.Data)
|
||||
ctx.HTML(200, "home")
|
||||
}
|
||||
|
||||
func Help(ctx *middleware.Context) {
|
||||
ctx.Data["PageIsHelp"] = true
|
||||
ctx.HTML(200, "help", ctx.Data)
|
||||
ctx.HTML(200, "help")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user