fix(project): add title to project view page (#32747)

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
pull/32649/head
metiftikci 2 months ago committed by GitHub
parent 5449da7448
commit 6bd70d4d87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      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

Loading…
Cancel
Save