Delete checklist moved to checklist menu action

This commit is contained in:
Martin Filser 2022-01-11 19:26:44 +01:00
parent 7651c00d57
commit e40e42103e
3 changed files with 19 additions and 11 deletions

View file

@ -32,7 +32,6 @@ template(name="checklistDetail")
span
if canModifyCard
a.fa.fa-navicon.checklist-details-menu.js-open-checklist-details-menu(title="{{_ 'checklistActionsPopup-title'}}")
a.js-delete-checklist.toggle-delete-checklist-dialog {{_ "delete"}}...
if canModifyCard
h2.title.js-open-inlined-form.is-editable
@ -138,3 +137,6 @@ template(name="boardsSwimlanesAndLists")
template(name="checklistActionsPopup")
ul.pop-over-list
li
a.js-delete-checklist.delete-checklist
i.fa.fa-trash
| {{_ "delete"}}...