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>
<div hx-boost="true">
<a href="/">
<button>Return to Main Page</button>
</a>
<div class="fixed right-0 top-0 pr-4 pt-4">
@:return_to_main_html()
</div>
<div hx-boost="true">
<a href="/management/dancers">
<button>Dancers</button>
<button type="button">Dancers</button>
</a>
</div>
<div hx-boost="true">
<a href="/shift_reports">
<button>Shift Reports</button>
<button type="button">Shift Reports</button>
</a>
</div>
</main>