1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

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
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