pagination happening now

This commit is contained in:
madhekare 2021-04-07 20:56:03 -07:00 committed by CactusPuppy
parent 7f133928b6
commit 847357dae7
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82
8 changed files with 188 additions and 1 deletions

View file

@ -57,6 +57,8 @@
%h2.text-center Happening Now
- for event_schedule in @events_schedules
= render 'schedules/event', conference: @conference, event_schedule: event_schedule, event: event_schedule.event
.container{:style => "margin:auto; width:50%"}
!= pagy_nav(@pagy)
- else
.row
%h3.text-center There are no events happening now.
@ -67,6 +69,7 @@
= markdown(@conference.description, escape_html=false)
.trapezoid
-# calls for content, or program
- if @conference.splashpage.include_cfp
= render 'call_for_content', conference: @conference,