]> source.dussan.org Git - gitea.git/commit
Fix repo level project - edit column (#24982)
authorHesterG <hestergong@gmail.com>
Mon, 29 May 2023 16:32:15 +0000 (00:32 +0800)
committerGitHub <noreply@github.com>
Mon, 29 May 2023 16:32:15 +0000 (16:32 +0000)
commit085a8857f9b0aff3aa84076e4dc13adcbc47e69a
tree3d81c3c74f748454122e45247815b67833f71bc1
parent970e1c98ecac593f64048fc5edc90d0023f30322
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 <teabot@gitea.io>
templates/repo/projects/view.tmpl