mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 07:50:12 +01:00
customFields bevore mebers on minicard
This commit is contained in:
parent
43fe9ef34a
commit
d9e291635a
1 changed files with 5 additions and 5 deletions
|
|
@ -20,11 +20,6 @@ template(name="minicard")
|
||||||
.date
|
.date
|
||||||
+cardSpentTime
|
+cardSpentTime
|
||||||
|
|
||||||
if members
|
|
||||||
.minicard-members.js-minicard-members
|
|
||||||
each members
|
|
||||||
+userAvatar(userId=this)
|
|
||||||
|
|
||||||
.minicard-custom-fields
|
.minicard-custom-fields
|
||||||
each customFieldsWD
|
each customFieldsWD
|
||||||
if definition.showOnCard
|
if definition.showOnCard
|
||||||
|
|
@ -34,6 +29,11 @@ template(name="minicard")
|
||||||
.minicard-custom-field-item
|
.minicard-custom-field-item
|
||||||
+cardCustomField
|
+cardCustomField
|
||||||
|
|
||||||
|
if members
|
||||||
|
.minicard-members.js-minicard-members
|
||||||
|
each members
|
||||||
|
+userAvatar(userId=this)
|
||||||
|
|
||||||
.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