mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00

The UI and the internal APIs are still rough around the edges but the feature is basically working. You can now select multiple cards and move them together or (un|)assign them a label.
11 lines
415 B
Text
11 lines
415 B
Text
template(name="cardMembersPopup")
|
|
ul.pop-over-member-list.js-mem-list
|
|
each board.members
|
|
li.item(class="{{#if isCardMember}}active{{/if}}")
|
|
a.name.js-select-member(href="#")
|
|
+userAvatar(user=user size="small")
|
|
span.full-name
|
|
= user.profile.name
|
|
| (<span class="username">{{ user.username }}</span>)
|
|
if isCardMember
|
|
i.fa.fa-check
|