diff --git a/app/views/schedules/happening_now.haml b/app/views/schedules/happening_now.haml index 5d43e930..6c3d8f5b 100644 --- a/app/views/schedules/happening_now.haml +++ b/app/views/schedules/happening_now.haml @@ -9,10 +9,12 @@ .col-md-12 %h2 #{pluralize(@events_schedules.count, 'Event')} Occurring Within The Next 30 minutes. - %h3 - This page was loaded at - = inyourtz(Time.now) do - = Time.now.strftime('%a %b %d at %I:%M %P (%z)') + %br + %small + This page was loaded at + = inyourtz(Time.now) do + = Time.now.strftime('%a %b %d at %I:%M %P (%z)') + \. .row / TODO: Clean this up, merge with all events page.