diff --git a/templates/shift_reports.rs.html b/templates/shift_reports.rs.html index 412734d..e21a2f9 100644 --- a/templates/shift_reports.rs.html +++ b/templates/shift_reports.rs.html @@ -28,17 +28,19 @@ @shift.id - @shift.start.format("%Y-%m-%d %H:%M:%S") + @shift.start.format("%A, %b %m - %H:%M") @if let Some(end) = shift.end { - @end.format("%Y-%m-%d %H:%M:%S") + @end.format("%A, %b %m - %H:%M") } else { Currently Open } - +