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