management buttons
This commit is contained in:
parent
cb1a1e6f9d
commit
0068f38f04
1 changed files with 6 additions and 3 deletions
|
@ -7,12 +7,15 @@
|
|||
@:return_to_main_html()
|
||||
</div>
|
||||
<div hx-boost="true" class="flex justify-center items-center">
|
||||
<a href="/management/dancers">
|
||||
<a href="/management/dancers"
|
||||
class="text-white bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:ring-blue-300 font-medium rounded-lg text-sm px-5 py-2.5 me-2 mb-2">
|
||||
<button type="button">Dancers</button>
|
||||
</a>
|
||||
</div>
|
||||
<div hx-boost="true" class="flex justify-center items-center">
|
||||
<a href="/shift_reports">
|
||||
<div hx-boost="true" class="flex justify-center items-center"
|
||||
class="text-white bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:ring-blue-300 font-medium rounded-lg text-sm px-5 py-2.5 me-2 mb-2">
|
||||
<a href="/shift_reports"
|
||||
class="text-white bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:ring-blue-300 font-medium rounded-lg text-sm px-5 py-2.5 me-2 mb-2">
|
||||
<button type="button">Shift Reports</button>
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue