mirror of
https://github.com/wekan/wekan.git
synced 2025-12-29 21:58:49 +01:00
Fix: Don't add a blank space for empty custom fields on minicards.
Thanks to roobre and xet7 ! Closes #2850
This commit is contained in:
parent
6a53aaf24a
commit
e2a374f0aa
1 changed files with 7 additions and 6 deletions
|
|
@ -67,14 +67,15 @@ template(name="minicard")
|
|||
.minicard-custom-fields
|
||||
each customFieldsWD
|
||||
if definition.showOnCard
|
||||
.minicard-custom-field
|
||||
if definition.showLabelOnMiniCard
|
||||
if trueValue
|
||||
.minicard-custom-field
|
||||
if definition.showLabelOnMiniCard
|
||||
.minicard-custom-field-item
|
||||
+viewer
|
||||
= definition.name
|
||||
.minicard-custom-field-item
|
||||
+viewer
|
||||
= definition.name
|
||||
.minicard-custom-field-item
|
||||
+viewer
|
||||
= trueValue
|
||||
= trueValue
|
||||
|
||||
if getAssignees
|
||||
.minicard-assignees.js-minicard-assignees
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue