[fix] Fix time displayed in happening_now.haml; Make event_schedule#happening_now? more efficient
This commit is contained in:
parent
cab293e947
commit
1c54d38094
2 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)').to_s}
|
||||
|
||||
.row
|
||||
/ TODO: Clean this up, merge with all events page.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue