mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
parent
bc9d9c2a42
commit
cc88e78483
1 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,8 @@ template(name="cardDetails")
|
||||||
.card-details-item.card-details-item-members
|
.card-details-item.card-details-item-members
|
||||||
h3.card-details-item-title {{_ 'members'}}
|
h3.card-details-item-title {{_ 'members'}}
|
||||||
each members
|
each members
|
||||||
+userAvatar(userId=this cardId="{{../_id}}")
|
+userAvatar(userId=this cardId=../_id)
|
||||||
|
| {{! XXX Hack to hide syntaxic coloration /// }}
|
||||||
a.member.add-member.card-details-item-add-button.js-add-members
|
a.member.add-member.card-details-item-add-button.js-add-members
|
||||||
i.fa.fa-plus
|
i.fa.fa-plus
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue