mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
profile name changed fullname and comma hotfix.
This commit is contained in:
parent
2fb317d753
commit
a79599d76c
5 changed files with 10 additions and 10 deletions
|
|
@ -97,7 +97,7 @@ template(name="cardMembersPopup")
|
|||
a.name.js-select-member(href="#")
|
||||
+userAvatar(userId=user._id)
|
||||
span.full-name
|
||||
= user.profile.name
|
||||
= user.profile.fullname
|
||||
| (<span class="username">{{ user.username }}</span>)
|
||||
if isCardMember
|
||||
i.fa.fa-check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue