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/users | |
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/users')
-rw-r--r-- | client/components/users/userHeader.jade | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/components/users/userHeader.jade b/client/components/users/userHeader.jade index 6a096658..4a447897 100644 --- a/client/components/users/userHeader.jade +++ b/client/components/users/userHeader.jade @@ -2,8 +2,8 @@ template(name="headerUserBar") #header-user-bar a.header-user-bar-name.js-open-header-member-menu i.fa.fa-chevron-down - if currentUser.profile.name - = currentUser.profile.name + if currentUser.profile.fullname + = currentUser.profile.fullname else = currentUser.username a.header-user-bar-avatar.js-change-avatar |