2023-09-26 17:00:01 -07:00
|
|
|
@use cm_lib::models::Shift;
|
2023-09-26 02:18:12 -07:00
|
|
|
|
2023-09-26 17:00:01 -07:00
|
|
|
@(open_shift: Shift)
|
|
|
|
|
|
|
|
<button hx-post="/api/shifts/@open_shift.id/close" hx-swap="outerHTML" type="button">
|
2023-09-26 02:18:12 -07:00
|
|
|
Close Shift
|
|
|
|
</button>
|