diff options
Diffstat (limited to 'routers')
-rw-r--r-- | routers/web/repo/projects.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/routers/web/repo/projects.go b/routers/web/repo/projects.go index 799ce3ad80..95ae84ab93 100644 --- a/routers/web/repo/projects.go +++ b/routers/web/repo/projects.go @@ -425,6 +425,7 @@ func ViewProject(ctx *context.Context) { return } + ctx.Data["Title"] = project.Title ctx.Data["IsProjectsPage"] = true ctx.Data["CanWriteProjects"] = ctx.Repo.Permission.CanWrite(unit.TypeProjects) ctx.Data["Project"] = project |