20 lines
382 B
HTML
20 lines
382 B
HTML
@use super::return_to_main_html;
|
|
|
|
@()
|
|
|
|
<main>
|
|
<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 type="button">Dancers</button>
|
|
</a>
|
|
</div>
|
|
<div hx-boost="true">
|
|
<a href="/shift_reports">
|
|
<button type="button">Shift Reports</button>
|
|
</a>
|
|
</div>
|
|
</main>
|