clubmanager/templates/components/open_shift_button.rs.html
Zynh0722 96dd76e463 feat: shifts
Oh boy what a mess this was lmao, I definitely should have done this is more atomic commits

But it could also be argued that very little of this is standalone
2023-09-26 02:18:12 -07:00

5 lines
98 B
HTML

@()
<button hx-post="/api/shifts/open" hx-swap="outerHTML" type="button">
Open Shift
</button>