mirror of
https://github.com/wekan/wekan.git
synced 2026-03-04 12:50:16 +01:00
Drag handles for checklist #3240
This commit is contained in:
parent
167d9d34eb
commit
fd41e8ba45
5 changed files with 32 additions and 1 deletions
|
|
@ -41,6 +41,8 @@ template(name="checklistDetail")
|
|||
|
||||
if canModifyCard
|
||||
h2.title.js-open-inlined-form.is-editable
|
||||
if isMiniScreenOrShowDesktopDragHandles
|
||||
span.fa.checklist-handle(class="fa-arrows" title="{{_ 'dragChecklist'}}")
|
||||
+viewer
|
||||
= checklist.title
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue