mirror of
https://github.com/go-gitea/gitea
synced 2025-10-29 10:28:24 +00:00
current page
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user