diff --git a/routers/web/repo/projects.go b/routers/web/repo/projects.go index 878b7ee699..f4b027dae1 100644 --- a/routers/web/repo/projects.go +++ b/routers/web/repo/projects.go @@ -363,6 +363,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