mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
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:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user