Merge branch 'main' into spie06
This commit is contained in:
commit
9a4aa0c7bb
|
@ -1,12 +1,9 @@
|
||||||
{{define "bookings_widget"}}
|
{{define "bookings_widget"}}
|
||||||
<div class="col-span-1 bg-white rounded-2xl shadow divide-y divide-gray-200 flex flex-col">
|
<!--<div class="col-span-1 bg-white rounded-2xl shadow divide-y divide-gray-200 flex flex-col">
|
||||||
<div class="-ml-4 -mt-2 px-4 py-2 flex items-center justify-between flex-wrap sm:flex-nowrap">
|
<div class="-ml-4 -mt-2 px-4 py-2 flex items-center justify-between flex-wrap sm:flex-nowrap">
|
||||||
<div class="ml-4 mt-2">
|
<div class="ml-4 mt-2">
|
||||||
<h3 class="text-lg leading-6 font-medium text-gray-900">Prochaines réservations</h3>
|
<h3 class="text-lg leading-6 font-medium text-gray-900">Prochaines réservations</h3>
|
||||||
</div>
|
</div>
|
||||||
<!-- <div class="ml-4 mt-2 flex-shrink-0">
|
|
||||||
<button type="button" class="relative inline-flex items-center px-4 py-2 border border-transparent shadow-sm text-sm font-medium rounded-md text-white bg-co-blue hover:bg-co-blue focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-co-blue">Voir</button>
|
|
||||||
</div> -->
|
|
||||||
</div>
|
</div>
|
||||||
<ul role="list" class="divide-y divide-gray-200 flex-1">
|
<ul role="list" class="divide-y divide-gray-200 flex-1">
|
||||||
{{range .}}
|
{{range .}}
|
||||||
|
@ -28,5 +25,5 @@
|
||||||
Reservation des véhicules
|
Reservation des véhicules
|
||||||
</button>
|
</button>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>-->
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
Loading…
Reference in New Issue