From c450eecc3764e226c05ebbbcf5b0873bcd9b057e Mon Sep 17 00:00:00 2001 From: Nicolas Caron Date: Fri, 24 Feb 2023 16:04:01 +0100 Subject: [PATCH] display all status for vehicles list - statut 'Disponible' for a new vehicle --- web/layouts/vehicles_management/_partials/vehicles-list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/layouts/vehicles_management/_partials/vehicles-list.html b/web/layouts/vehicles_management/_partials/vehicles-list.html index d24d315..e6d8071 100644 --- a/web/layouts/vehicles_management/_partials/vehicles-list.html +++ b/web/layouts/vehicles_management/_partials/vehicles-list.html @@ -38,7 +38,7 @@ Disponible {{else}} - {{range slice .Bookings 0 1}} + {{range .Bookings}} {{if .Data.administrator_unavailability}} Retiré