mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00: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