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](28077e66c0/web_src/js/features/repo-projects.js (L106)
) After:e1fba190
-477d-4814-87f2-0fd979376840 Co-authored-by: Giteabot <teabot@gitea.io>
This commit is contained in:
parent
970e1c98ec
commit
085a8857f9
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@
|
|||
|
||||
<div class="text right actions">
|
||||
<button class="ui cancel button">{{$.locale.Tr "settings.cancel"}}</button>
|
||||
<button data-url="{{$.RepoLink}}/projects/{{$.Project.ID}}/{{.ID}}" class="ui primary button">{{$.locale.Tr "repo.projects.column.edit"}}</button>
|
||||
<button data-url="{{$.RepoLink}}/projects/{{$.Project.ID}}/{{.ID}}" class="ui primary button edit-column-button">{{$.locale.Tr "repo.projects.column.edit"}}</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue