debut ajout page administration
This commit is contained in:
parent
39448e75b3
commit
e6579cbb90
1 changed files with 2 additions and 2 deletions
|
|
@ -32,8 +32,8 @@
|
|||
<span class="dropdown-title">Bonjour {{ app.user.pseudo }}</span>
|
||||
|
||||
{% if is_granted("ROLE_ADMIN") %}
|
||||
<a href="{{ path('app_accueil') }}"
|
||||
class="dropdown-link {{ current_route == 'app_home' ? 'active' }}">
|
||||
<a href="{{ path('app_administration') }}"
|
||||
class="dropdown-link {{ current_route == 'app_administration' ? 'active' }}">
|
||||
Administration
|
||||
</a>
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue