Issue 2768 - always display username in profile bar
parent
d2f85b3f2c
commit
bba644004b
|
@ -5,7 +5,7 @@ section.profile-bar
|
|||
// a.button-green
|
||||
// span(translate="USER.PROFILE.FOLLOW")
|
||||
div.profile-data
|
||||
h1 {{::vm.user.get("full_name")}}
|
||||
h1 {{::vm.user.get("full_name_display")}}
|
||||
h2 {{::vm.stats.get('roles').join(", ")}}
|
||||
// div.location
|
||||
// include ../../../svg/location.svg
|
||||
|
|
Loading…
Reference in New Issue