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