debut ajout page administration

This commit is contained in:
Ploush 2026-03-26 08:58:09 +01:00
parent 39448e75b3
commit e6579cbb90

View file

@ -32,8 +32,8 @@
<span class="dropdown-title">Bonjour {{ app.user.pseudo }}</span> <span class="dropdown-title">Bonjour {{ app.user.pseudo }}</span>
{% if is_granted("ROLE_ADMIN") %} {% if is_granted("ROLE_ADMIN") %}
<a href="{{ path('app_accueil') }}" <a href="{{ path('app_administration') }}"
class="dropdown-link {{ current_route == 'app_home' ? 'active' }}"> class="dropdown-link {{ current_route == 'app_administration' ? 'active' }}">
Administration Administration
</a> </a>
{% endif %} {% endif %}