type="button" 2: Electric Boogaloo

main
Zynh0722 2023-11-05 07:20:09 -08:00
parent 5c6e3e35fa
commit 3cfb5af1eb
1 changed files with 6 additions and 6 deletions

View File

@ -1,19 +1,19 @@
@use super::return_to_main_html;
@() @()
<main> <main>
<div hx-boost="true"> <div class="fixed right-0 top-0 pr-4 pt-4">
<a href="/"> @:return_to_main_html()
<button>Return to Main Page</button>
</a>
</div> </div>
<div hx-boost="true"> <div hx-boost="true">
<a href="/management/dancers"> <a href="/management/dancers">
<button>Dancers</button> <button type="button">Dancers</button>
</a> </a>
</div> </div>
<div hx-boost="true"> <div hx-boost="true">
<a href="/shift_reports"> <a href="/shift_reports">
<button>Shift Reports</button> <button type="button">Shift Reports</button>
</a> </a>
</div> </div>
</main> </main>