[fix] Remove unmerged code
This commit is contained in:
parent
16b1a969cb
commit
5e006ca64e
1 changed files with 6 additions and 4 deletions
|
|
@ -9,10 +9,12 @@
|
||||||
.col-md-12
|
.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
|
%br
|
||||||
This page was loaded at
|
%small
|
||||||
= inyourtz(Time.now) do
|
This page was loaded at
|
||||||
= Time.now.strftime('%a %b %d at %I:%M %P (%z)')
|
= inyourtz(Time.now) do
|
||||||
|
= Time.now.strftime('%a %b %d at %I:%M %P (%z)')
|
||||||
|
\.
|
||||||
|
|
||||||
.row
|
.row
|
||||||
/ TODO: Clean this up, merge with all events page.
|
/ TODO: Clean this up, merge with all events page.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue