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