Issue 2768 - always display username in profile bar

stable
Juanfran 2015-05-29 09:40:43 +02:00
parent d2f85b3f2c
commit bba644004b
1 changed files with 1 additions and 1 deletions

View File

@ -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