Merge pull request #2601 from mike-esokia/PHRAS-1122_menu_displayname

PHRAS-1122 Show display name in menu bar if exist
This commit is contained in:
Nicolas Maillat
2018-05-23 13:41:19 +02:00
committed by GitHub

View File

@@ -128,7 +128,7 @@
{% else %}
<a target="_blank" href="{{ path('account') }}" title="{{ 'login:: Mon compte' | trans }}">
<span>
{{app.getAuthenticatedUser().getLogin()}}
{{ app.getAuthenticatedUser().getDisplayName() }}
</span>
</a>
{% endif %}