1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-15 23:17:19 +00:00
This commit is contained in:
Unknwon
2015-09-12 07:17:37 -04:00
parent 47df562ced
commit ed5a61153f
3 changed files with 3 additions and 2 deletions

View File

@@ -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")