Compare commits

..

No commits in common. "a2edc2179f185c300eb6cda46ccb72e96ccd5f8b" and "a2b58f03865252ee9a778ae36cfea3915ee87aed" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -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="/exports/fleets/bookings"> <a href="/app/administration/stats/bookings/export">
<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}}