mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +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
|
||||
each checklist in currentCard.checklists
|
||||
+checklistDetail(checklist=checklist)
|
||||
+checklistDetail(checklist = checklist)
|
||||
|
||||
if canModifyCard
|
||||
+inlinedForm(autoclose=false classNames="js-add-checklist" cardId = cardId)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue