mirror of https://github.com/go-gitea/gitea.git
Backport #35773 by @mithileshgupta12 Co-authored-by: Mithilesh Gupta <mithileshgupta059@gmail.com> Co-authored-by: Mithilesh Gupta <guptamithilesh@protonmail.com>pull/35916/head
parent
2b71bf283b
commit
db876d8f17
|
|
@ -436,6 +436,7 @@ func ViewProject(ctx *context.Context) {
|
|||
ctx.Data["Project"] = project
|
||||
ctx.Data["IssuesMap"] = issuesMap
|
||||
ctx.Data["Columns"] = columns
|
||||
ctx.Data["Title"] = fmt.Sprintf("%s - %s", project.Title, ctx.ContextUser.DisplayName())
|
||||
|
||||
if _, err := shared_user.RenderUserOrgHeader(ctx); err != nil {
|
||||
ctx.ServerError("RenderUserOrgHeader", err)
|
||||
|
|
|
|||
Loading…
Reference in New Issue