mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
show display name in menu bar if exist
This commit is contained in:
@@ -128,7 +128,7 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
<a target="_blank" href="{{ path('account') }}" title="{{ 'login:: Mon compte' | trans }}">
|
<a target="_blank" href="{{ path('account') }}" title="{{ 'login:: Mon compte' | trans }}">
|
||||||
<span>
|
<span>
|
||||||
{{app.getAuthenticatedUser().getLogin()}}
|
{{ app.getAuthenticatedUser().getDisplayName() }}
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Reference in New Issue
Block a user