|
@@ -7,7 +7,7 @@ template(name="checklists")
|
|
|
|
|
|
.card-checklist-items
|
|
.card-checklist-items
|
|
each checklist in currentCard.checklists
|
|
each checklist in currentCard.checklists
|
|
- +checklistDetail(checklist=checklist)
|
|
|
|
|
|
+ +checklistDetail(checklist = checklist)
|
|
|
|
|
|
if canModifyCard
|
|
if canModifyCard
|
|
+inlinedForm(autoclose=false classNames="js-add-checklist" cardId = cardId)
|
|
+inlinedForm(autoclose=false classNames="js-add-checklist" cardId = cardId)
|