fix #1629
This commit is contained in:
parent
47df562ced
commit
ed5a61153f
3 changed files with 3 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue