mirror of
https://github.com/go-gitea/gitea
synced 2025-09-28 03:28:13 +00:00
Mirror fix
This commit is contained in:
@@ -18,6 +18,7 @@ func Home(ctx *middleware.Context) {
|
||||
ctx.Render.HTML(200, "home", ctx.Data)
|
||||
}
|
||||
|
||||
func Help(ctx *middleware.Context) string {
|
||||
return "This is help page"
|
||||
func Help(ctx *middleware.Context) {
|
||||
ctx.Data["PageIsHelp"] = true
|
||||
ctx.Render.HTML(200, "help", ctx.Data)
|
||||
}
|
||||
|
Reference in New Issue
Block a user