From ba509400cbfab14e5a2469afda117f0f73a9209c Mon Sep 17 00:00:00 2001 From: Zynh0722 Date: Sun, 5 Nov 2023 10:46:46 -0800 Subject: [PATCH] table styling --- templates/shift_reports.rs.html | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) 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 -