Update tab title when navigating file tree (#35757) (#35772)

Backport #35757 by bytedream
This commit is contained in:
Giteabot
2025-10-29 22:04:19 +08:00
committed by GitHub
parent 45a88e09af
commit 88a8571b93
7 changed files with 17 additions and 7 deletions

View File

@@ -537,6 +537,7 @@ func RepoAssignment(ctx *Context) {
}
ctx.Data["Title"] = repo.Owner.Name + "/" + repo.Name
ctx.Data["PageTitleCommon"] = repo.Name + " - " + setting.AppName
ctx.Data["Repository"] = repo
ctx.Data["Owner"] = ctx.Repo.Repository.Owner
ctx.Data["CanWriteCode"] = ctx.Repo.CanWrite(unit_model.TypeCode)