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