From 085a8857f9b0aff3aa84076e4dc13adcbc47e69a Mon Sep 17 00:00:00 2001 From: HesterG Date: Tue, 30 May 2023 00:32:15 +0800 Subject: [PATCH] Fix repo level project - edit column (#24982) Right now edit column of repo level project is not working, because edit button does not have the `edit-column-button` class, which is used in the [js selector](https://github.com/go-gitea/gitea/blob/28077e66c0a5593f001e89ef1ff02627dbe029a1/web_src/js/features/repo-projects.js#L106) After: https://github.com/go-gitea/gitea/assets/17645053/e1fba190-477d-4814-87f2-0fd979376840 Co-authored-by: Giteabot --- templates/repo/projects/view.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/projects/view.tmpl b/templates/repo/projects/view.tmpl index aa76252832..f249854b15 100644 --- a/templates/repo/projects/view.tmpl +++ b/templates/repo/projects/view.tmpl @@ -150,7 +150,7 @@
- +