diff --git a/templates/shift_reports.rs.html b/templates/shift_reports.rs.html index e21a2f9..5b0e289 100644 --- a/templates/shift_reports.rs.html +++ b/templates/shift_reports.rs.html @@ -16,31 +16,30 @@
- + - - - + + + + @for shift in shifts { - - - - + + + -
Shift IDShift StartShift EndShift IDShift StartShift End
@shift.id@shift.start.format("%A, %b %m - %H:%M") +
@shift.id@shift.start.format("%A, %b %m - %H:%M") @if let Some(end) = shift.end { @end.format("%A, %b %m - %H:%M") } else { Currently Open } - - + View Shift -