Compare commits
3 Commits
a2b58f0386
...
a2edc2179f
Author | SHA1 | Date |
---|---|---|
|
a2edc2179f | |
|
3734beeb62 | |
|
18ea4e2009 |
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="mt-4 sm:mt-0 sm:ml-16 sm:flex-none">
|
<div class="mt-4 sm:mt-0 sm:ml-16 sm:flex-none">
|
||||||
<a href="/app/administration/stats/bookings/export">
|
<a href="/exports/fleets/bookings">
|
||||||
<button type="button"
|
<button type="button"
|
||||||
class="inline-flex items-center justify-center bg-white hover:bg-gray-50 border-gray-300 border px-4 py-2 text-gray-700 flex items-center text-sm rounded-2xl focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-co-blue">
|
class="inline-flex items-center justify-center bg-white hover:bg-gray-50 border-gray-300 border px-4 py-2 text-gray-700 flex items-center text-sm rounded-2xl focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-co-blue">
|
||||||
Export
|
Export
|
||||||
|
@ -34,4 +34,4 @@
|
||||||
|
|
||||||
{{template "bookings_list" .}}
|
{{template "bookings_list" .}}
|
||||||
|
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
Loading…
Reference in New Issue