[style]Fix style
This commit is contained in:
parent
9d890d637e
commit
26ddb198a1
1 changed files with 4 additions and 4 deletions
|
|
@ -45,13 +45,13 @@
|
|||
= render 'header', conference: @conference, venue: @conference.venue
|
||||
|
||||
-# happening now events
|
||||
%section#happening_now
|
||||
%section#happening-now
|
||||
- if @conference.splashpage.include_happening_now
|
||||
- if @events_schedules.any?
|
||||
.row
|
||||
.col-md-12
|
||||
%h2.text-center Happening Now
|
||||
.container{style: "padding: 20;"}
|
||||
.container{ style: "padding: 20;" }
|
||||
- for event_schedule in @events_schedules
|
||||
= render 'schedules/event', conference: @conference, event_schedule: event_schedule, event: event_schedule.event
|
||||
- else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue