mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-17 10:26:25 +08:00
fix #1629
This commit is contained in:
@ -50,6 +50,7 @@ func Home(ctx *middleware.Context) {
|
||||
|
||||
func Explore(ctx *middleware.Context) {
|
||||
ctx.Data["Title"] = ctx.Tr("explore")
|
||||
ctx.Data["PageIsExplore"] = true
|
||||
ctx.Data["PageIsExploreRepositories"] = true
|
||||
|
||||
page := ctx.QueryInt("page")
|
||||
|
Reference in New Issue
Block a user