minor styling tweaks
This commit is contained in:
parent
9ec841a4af
commit
0c15d6091a
1 changed files with 11 additions and 8 deletions
|
|
@ -17,14 +17,17 @@
|
||||||
-# = link_to('Unscheduled', "#unscheduled", class: 'program-selector')
|
-# = link_to('Unscheduled', "#unscheduled", class: 'program-selector')
|
||||||
|
|
||||||
.row
|
.row
|
||||||
|
.col-md-12
|
||||||
%h2
|
%h2
|
||||||
#{pluralize(@events_schedules.count, 'Event')} Occurring Within The Next 30 minutes.
|
#{pluralize(@events_schedules.count, 'Event')} Occurring Within The Next 30 minutes.
|
||||||
%h3
|
%h3
|
||||||
This page was loaded at #{Time.now.strftime('%a %b %d at %I:%M %P (%z)')}
|
This page was loaded at
|
||||||
|
= inyourtz(Time.now, @conference.timezone)
|
||||||
|
#{Time.now.strftime('%a %b %d at %I:%M %P (%z)')}
|
||||||
%p
|
%p
|
||||||
P.S. This page is in beta, and if it doesn't make sense, we're sorry.
|
P.S. This page is in beta, and if it doesn't make sense, we're sorry.
|
||||||
%small
|
%small
|
||||||
Times & Timezones...only of the many 2 hard problems in computer science.
|
Times & Timezones...only one of the many "2 hard problems in computer science".
|
||||||
|
|
||||||
.row
|
.row
|
||||||
/ scheduled events
|
/ scheduled events
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue