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