mirror of
https://github.com/wekan/wekan.git
synced 2025-12-21 01:40:13 +01:00
showOnCard test implementation
This commit is contained in:
parent
ecbb8ef071
commit
bfac626fa4
1 changed files with 9 additions and 0 deletions
|
|
@ -24,6 +24,15 @@ template(name="minicard")
|
||||||
.minicard-members.js-minicard-members
|
.minicard-members.js-minicard-members
|
||||||
each members
|
each members
|
||||||
+userAvatar(userId=this)
|
+userAvatar(userId=this)
|
||||||
|
|
||||||
|
.card-details-items
|
||||||
|
each customFieldsWD
|
||||||
|
if definition.showOnCard
|
||||||
|
.card-details-item.card-details-item-customfield
|
||||||
|
h3.card-details-item-title
|
||||||
|
= definition.name
|
||||||
|
+cardCustomField
|
||||||
|
|
||||||
.badges
|
.badges
|
||||||
if comments.count
|
if comments.count
|
||||||
.badge(title="{{_ 'card-comments-title' comments.count }}")
|
.badge(title="{{_ 'card-comments-title' comments.count }}")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue