mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 07:50:12 +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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue