[fix] Fix style; Fix start_hour and end_hour in test

This commit is contained in:
Jimmy 2021-03-19 17:22:08 +08:00 committed by CactusPuppy
parent 85fe894876
commit 39d4960b69
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82
3 changed files with 3 additions and 2 deletions

View file

@ -12,7 +12,7 @@
%h3
This page was loaded at
= inyourtz(Time.now) do
#{Time.now.strftime('%a %b %d at %I:%M %P (%z)').to_s}
= Time.now.strftime('%a %b %d at %I:%M %P (%z)')
.row
/ TODO: Clean this up, merge with all events page.