mirror of
https://github.com/wekan/wekan.git
synced 2026-03-05 13:20:15 +01:00
current progress
This commit is contained in:
parent
cf85c9c6cd
commit
ec9498fa62
7 changed files with 46 additions and 29 deletions
|
|
@ -3,12 +3,13 @@ template(name="checklists")
|
|||
.card-checklist-items
|
||||
each checklist in currentCard.checklists
|
||||
+checklistDetail(checklist = checklist)
|
||||
+inlinedForm(classNames="js-add-checklist" cardId = cardId)
|
||||
+addChecklistItemForm
|
||||
else
|
||||
a.js-open-inlined-form
|
||||
i.fa.fa-plus
|
||||
| {{_ 'add-checklist'}}...
|
||||
if canModifyCard
|
||||
+inlinedForm(classNames="js-add-checklist" cardId = cardId)
|
||||
+addChecklistItemForm
|
||||
else
|
||||
a.js-open-inlined-form
|
||||
i.fa.fa-plus
|
||||
| {{_ 'add-checklist'}}...
|
||||
|
||||
template(name="checklistDetail")
|
||||
+inlinedForm(classNames="js-edit-checklist-title" checklist = checklist)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue