mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04: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
|
||||
each members
|
||||
+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
|
||||
if comments.count
|
||||
.badge(title="{{_ 'card-comments-title' comments.count }}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue