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.
2 parents 72e41e3 + 6bd70d4 commit a61622cCopy full SHA for a61622c
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