Show edit/close/delete button on organization wide repositories (#23388)

A part of https://github.com/go-gitea/gitea/pull/22865
This commit is contained in:
yp05327 2023-03-12 22:36:47 +09:00 committed by GitHub
parent e72290fd9a
commit a04eeb2a54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 12 deletions

View file

@ -113,7 +113,7 @@ func Projects(ctx *context.Context) {
pager.AddParam(ctx, "state", "State")
ctx.Data["Page"] = pager
ctx.Data["CanWriteProjects"] = true
ctx.Data["CanWriteProjects"] = ctx.Repo.Permission.CanWrite(unit.TypeProjects)
ctx.Data["IsShowClosed"] = isShowClosed
ctx.Data["IsProjectsPage"] = true
ctx.Data["SortType"] = sortType