diff options
author | Yasar icli <hello@yasaricli.com> | 2015-07-18 13:43:59 +0300 |
---|---|---|
committer | Yasar icli <hello@yasaricli.com> | 2015-07-18 13:43:59 +0300 |
commit | a79599d76c808520d36aa7c19e366906cb89982c (patch) | |
tree | 69c62bf6472a96c529eefaf06e25a99f22c2d274 /client/components/cards | |
parent | 2fb317d753cdf5612d9b90428c223deae683c97b (diff) | |
download | wekan-a79599d76c808520d36aa7c19e366906cb89982c.tar.gz wekan-a79599d76c808520d36aa7c19e366906cb89982c.tar.bz2 wekan-a79599d76c808520d36aa7c19e366906cb89982c.zip |
profile name changed fullname and comma hotfix.
Diffstat (limited to 'client/components/cards')
-rw-r--r-- | client/components/cards/details.jade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/cards/details.jade b/client/components/cards/details.jade index 67ef287b..56c32e84 100644 --- a/client/components/cards/details.jade +++ b/client/components/cards/details.jade @@ -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 |