mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Assignee field like Jira #2452 , in progress.
In add assignee popup, avatars are now visible. Thanks to xet7 !
This commit is contained in:
parent
ebdb3a0cc3
commit
56efb5c410
1 changed files with 1 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ template(name="cardAssigneesPopup")
|
||||||
each board.activeMembers
|
each board.activeMembers
|
||||||
li.item(class="{{#if isCardAssignee}}active{{/if}}")
|
li.item(class="{{#if isCardAssignee}}active{{/if}}")
|
||||||
a.name.js-select-assignee(href="#")
|
a.name.js-select-assignee(href="#")
|
||||||
+userAvatarAssignee(userId=user._id)
|
+userAvatar(userId=user._id)
|
||||||
span.full-name
|
span.full-name
|
||||||
= user.profile.fullname
|
= user.profile.fullname
|
||||||
| (<span class="username">{{ user.username }}</span>)
|
| (<span class="username">{{ user.username }}</span>)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue