Fix timezone relative link on happening_now
This commit is contained in:
parent
0b0518d67d
commit
7549d2793c
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
#{pluralize(@events_schedules.count, 'Event')} Occurring Within The Next 30 minutes.
|
||||
%h3
|
||||
This page was loaded at
|
||||
= inyourtz(Time.now, @conference.timezone) do
|
||||
= inyourtz(Time.now) do
|
||||
#{Time.now.strftime('%a %b %d at %I:%M %P (%z)')}
|
||||
%p
|
||||
P.S. This page is in beta, and if it doesn't make sense, we're sorry.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue