[fix] Remove unmerged code

This commit is contained in:
Jimmy 2021-03-31 07:52:55 +08:00 committed by CactusPuppy
parent 16b1a969cb
commit 5e006ca64e
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82

View file

@ -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.