From e34f783e9449a5e1f4629b6ee80e4851268fdd1c Mon Sep 17 00:00:00 2001 From: Zynh0722 Date: Sun, 5 Nov 2023 12:16:21 -0800 Subject: [PATCH] switch row highlight --- templates/shift_reports.rs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/shift_reports.rs.html b/templates/shift_reports.rs.html index 5b0e289..f6c1a75 100644 --- a/templates/shift_reports.rs.html +++ b/templates/shift_reports.rs.html @@ -27,7 +27,7 @@ @for shift in shifts { - + @shift.id @shift.start.format("%A, %b %m - %H:%M")