Skip to content
Snippets Groups Projects
Commit 03b06952 authored by WAGNER ERIC's avatar WAGNER ERIC
Browse files

DERNIERE MISE A JOUR

parent 06995a88
Branches
No related merge requests found
......@@ -45,6 +45,11 @@
<li>
<a href="{{ path('contact') }}" class="contact-us font-bold">Nous Contacter</a>
</li>
{% if is_granted('ROLE_ADMIN') %}
<li>
<a href="{{ path('app_user_index') }}" class="contact-us font-bold">Tous les Utilisateurs</a>
</li>
{% endif %}
<li>
{% if app.user %}
<a href="{{ path('app_logout') }}" title="{{app.user.username}}"
......
......@@ -82,7 +82,7 @@
{% if is_granted('ROLE_ORGANISATEUR') %}
<div class="flex justify-center mb-[120px]">
<a class="text-dark rounded-2xl bg-[#EEEEEE] hover:bg-[#5C9EAD] hover:text-[#EEEEEE] transition-colors duration-500" href="{{ path('app_concert_new') }}"><p class="p-3 font-semibold">Ajouter un concert</p></a>
<a class="text-dark rounded-2xl bg-[#EEEEEE] hover:bg-[#5C9EAD] hover:text-[#EEEEEE] transition-colors duration-500" href="{{ path('app_concerts_new') }}"><p class="p-3 font-semibold">Ajouter un concert</p></a>
</div>
{% endif %}
</main>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment