type="button" 2: Electric Boogaloo
parent
5c6e3e35fa
commit
3cfb5af1eb
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue