1
1
mirror of https://github.com/go-gitea/gitea synced 2025-10-29 10:28:24 +00:00

current page

This commit is contained in:
Lunny Xiao
2022-10-24 20:23:20 +08:00
committed by Jason Song
parent e28c95ea5c
commit e5b835cf52
3 changed files with 3 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ func MustEnableBuilds(ctx *context.Context) {
func List(ctx *context.Context) {
ctx.Data["Title"] = ctx.Tr("repo.builds")
ctx.Data["PageIsBuildList"] = true
ctx.Data["PageIsBuilds"] = true
defaultBranch, err := ctx.Repo.GitRepo.GetDefaultBranch()
if err != nil {