refactor: mutualiser les templates booking-display en 3 partials partagés

This commit is contained in:
Arnaud Delcasse
2026-02-26 17:50:36 +01:00
parent 590bc4ff6a
commit 2f6a368523
6 changed files with 173 additions and 106 deletions

View File

@@ -137,6 +137,9 @@ views:
- web/layouts/vehicles/search.html
booking_display:
files:
- web/layouts/vehicles/_partials/booking_status_badge.html
- web/layouts/vehicles/_partials/booking_documents.html
- web/layouts/vehicles/_partials/booking_status_history.html
- web/layouts/vehicles/booking-display.html
bookings_list:
files:
@@ -170,6 +173,9 @@ views:
- web/layouts/vehicles_management/fleet-update.html
booking_display:
files:
- web/layouts/vehicles/_partials/booking_status_badge.html
- web/layouts/vehicles/_partials/booking_documents.html
- web/layouts/vehicles/_partials/booking_status_history.html
- web/layouts/vehicles_management/booking-display.html
delete_booking:
files: