mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Use materialCheckBox for displaying checkbox on minicard
This commit is contained in:
parent
f476143e92
commit
22c868b4e6
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ template(name="minicard")
|
|||
+viewer
|
||||
= formattedCurrencyCustomFieldValue(definition)
|
||||
else if $eq definition.type "checkbox"
|
||||
i.fa.fa-check-square
|
||||
.materialCheckBox(class="{{#if value }}is-checked{{/if}}")
|
||||
else
|
||||
+viewer
|
||||
= trueValue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue