mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
fixes quick for accompanying cours edocument voter
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
aria-expanded="false">
|
||||
|
||||
{{ 'Welcome' | trans }}<br/>
|
||||
|
||||
|
||||
<b>
|
||||
{{ app.user.username }}
|
||||
{{ render(controller('ChillMainBundle:UI:showNotificationUserCounter')) }}
|
||||
@@ -40,8 +40,8 @@
|
||||
|
||||
{% for menu in menus %}
|
||||
{% if is_granted('ROLE_PREVIOUS_ADMIN') and menu.name == 'Logout' %}
|
||||
<a class="dropdown-item list-group-item bg-dark text-white"
|
||||
href="{{ path('admin_user', {'_switch_user': '_exit'}) }}">
|
||||
<a class="dropdown-item list-group-item bg-dark text-white"
|
||||
href="{{ path('chill_crud_admin_user_index', {'_switch_user': '_exit'}) }}">
|
||||
{{ 'Exit impersonation'|trans }}
|
||||
{% else %}
|
||||
<a class="dropdown-item list-group-item bg-dark text-white"
|
||||
|
Reference in New Issue
Block a user