[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
|
||||
%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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue