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 fe25997 commit 1dbadfdCopy full SHA for 1dbadfd
routers/web/org/projects.go
@@ -436,6 +436,7 @@ func ViewProject(ctx *context.Context) {
436
ctx.Data["Project"] = project
437
ctx.Data["IssuesMap"] = issuesMap
438
ctx.Data["Columns"] = columns
439
+ ctx.Data["Title"] = fmt.Sprintf("%s - %s", project.Title, ctx.Org.Organization.DisplayName())
440
441
if _, err := shared_user.RenderUserOrgHeader(ctx); err != nil {
442
ctx.ServerError("RenderUserOrgHeader", err)
0 commit comments