set administration sortie and delete administration city

This commit is contained in:
jleroy2023
2024-11-25 11:29:27 +01:00
parent cb01a159bc
commit 732587fa84
4 changed files with 85 additions and 188 deletions

View File

@@ -12,8 +12,8 @@
</a>
</li>
<li>
<a href="{{ path('app_adminCity') }}" class="block text-gray-300 hover:bg-gray-700 hover:text-white px-3 py-2 rounded">
🏙 Villes
<a href="{{ path('app_adminSortie') }}" class="block text-gray-300 hover:bg-gray-700 hover:text-white px-3 py-2 rounded">
🚪 Sortie
</a>
</li>
<li>
@@ -21,10 +21,5 @@
📍 Sites
</a>
</li>
<li>
<a href="#" class="block text-gray-300 hover:bg-gray-700 hover:text-white px-3 py-2 rounded">
⚙ Paramètres
</a>
</li>
</ul>
</nav>