No 24-hour clocks. This should be a user setting...

This commit is contained in:
Michael Ball 2020-07-31 12:26:45 -07:00
parent 01612a73cf
commit 2417bad4db

View file

@ -31,9 +31,9 @@
%span.track
%span.fa.fa-clock-o
%span.label{ style: "background-color: grey" }
= event_schedule.start_time.strftime('%H:%M')
= event_schedule.start_time.strftime('%l:%M %P')
\-
= event_schedule.end_time.strftime('%H:%M')
= event_schedule.end_time.strftime('%l:%M %P')
%span.track
%span.fa.fa-map-marker
%span.label{ style: "background-color: grey" }