Add Vehicles states in admin

This commit is contained in:
2023-01-17 08:26:46 +01:00
parent e0a98a0126
commit 7220c4e350
6 changed files with 41 additions and 12 deletions

View File

@@ -56,7 +56,7 @@
<div
class="flex-1 flex items-center justify-between border-t border-r border-b border-gray-200 bg-white rounded-r-3xl truncate">
<div class="flex-1 px-4 py-2 text-sm truncate">
<a href="#" class="text-gray-900 font-medium hover:text-gray-600">Véhicules</a>
<a href="/app/administration/stats/vehicles" class="text-gray-900 font-medium hover:text-gray-600">Véhicules</a>
<p class="text-gray-500">{{len .ViewState.bookings}} réservations de véhicules</p>
</div>
</div>