[fix] Fix style; Fix start_hour and end_hour in test
This commit is contained in:
parent
85fe894876
commit
39d4960b69
3 changed files with 3 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue