We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5449da7 commit 6bd70d4Copy full SHA for 6bd70d4
routers/web/repo/projects.go
@@ -425,6 +425,7 @@ func ViewProject(ctx *context.Context) {
425
return
426
}
427
428
+ ctx.Data["Title"] = project.Title
429
ctx.Data["IsProjectsPage"] = true
430
ctx.Data["CanWriteProjects"] = ctx.Repo.Permission.CanWrite(unit.TypeProjects)
431
ctx.Data["Project"] = project
0 commit comments