clubmanager/templates/components/close_shift_button.rs.html

6 lines
100 B
HTML
Raw Normal View History

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