mirror of
https://github.com/wekan/wekan.git
synced 2026-02-25 09:24:08 +01:00
Add actions menu to checklist
This commit is contained in:
parent
764dbb71f0
commit
7651c00d57
4 changed files with 13 additions and 1 deletions
|
|
@ -31,6 +31,7 @@ template(name="checklistDetail")
|
|||
.checklist-title
|
||||
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
|
||||
|
|
@ -133,3 +134,7 @@ template(name="boardsSwimlanesAndLists")
|
|||
|
||||
.edit-controls.clearfix
|
||||
button.primary.confirm.js-done {{_ 'done'}}
|
||||
|
||||
template(name="checklistActionsPopup")
|
||||
ul.pop-over-list
|
||||
li
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue