mirror of
https://github.com/wekan/wekan.git
synced 2025-12-22 10:20:14 +01:00
Restore spacing.
This commit is contained in:
parent
9e075fb2da
commit
90d904e10d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue