No 24-hour clocks. This should be a user setting...
This commit is contained in:
parent
01612a73cf
commit
2417bad4db
1 changed files with 2 additions and 2 deletions
|
|
@ -31,9 +31,9 @@
|
||||||
%span.track
|
%span.track
|
||||||
%span.fa.fa-clock-o
|
%span.fa.fa-clock-o
|
||||||
%span.label{ style: "background-color: grey" }
|
%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.track
|
||||||
%span.fa.fa-map-marker
|
%span.fa.fa-map-marker
|
||||||
%span.label{ style: "background-color: grey" }
|
%span.label{ style: "background-color: grey" }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue