mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-01 10:59:45 +00:00
Resolve "Fix layout of password recover pages"
This commit is contained in:
@@ -26,11 +26,12 @@
|
||||
|
||||
{{ 'Welcome' | trans }}<br/>
|
||||
|
||||
<b>
|
||||
{{ app.user.username }}
|
||||
{{ render(controller('Chill\\MainBundle\\Controller\\UIController::showNotificationUserCounterAction')) }}
|
||||
</b>
|
||||
|
||||
{% if app.user %}
|
||||
<b>
|
||||
{{ app.user.username }}
|
||||
{{ render(controller('Chill\\MainBundle\\Controller\\UIController::showNotificationUserCounterAction')) }}
|
||||
</b>
|
||||
{% endif %}
|
||||
{% if is_granted('IS_IMPERSONATOR') %}
|
||||
<i class="fa fa-wrench fa-lg" title="Impersonate mode"></i>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user