clubmanager/templates/components/management_fragment.rs.html

20 lines
328 B
HTML
Raw Normal View History

2023-11-05 06:42:19 -08:00
@()
<main>
<div hx-boost="true">
<a href="/">
2023-11-05 06:47:04 -08:00
<button>Return to Main Page</button>
2023-11-05 06:42:19 -08:00
</a>
</div>
2023-11-05 06:49:25 -08:00
<div hx-boost="true">
<a href="/dancers">
<button>Dancers</button>
</a>
</div>
2023-11-05 06:42:19 -08:00
<div hx-boost="true">
<a href="/shift_reports">
<button>Shift Reports</button>
</a>
</div>
</main>