[feat]Add md lg view for happening_now column
This commit is contained in:
parent
f320f3202a
commit
011f7ecab5
1 changed files with 2 additions and 2 deletions
|
|
@ -49,7 +49,7 @@
|
||||||
.container
|
.container
|
||||||
.row
|
.row
|
||||||
-# happening now events are displayed second in md or lg view
|
-# happening now events are displayed second in md or lg view
|
||||||
.col-md-4.col-md-push-8
|
.col-md-6.col-md-push-6.col-lg-4.col-lg-push-8
|
||||||
#happening-now
|
#happening-now
|
||||||
- if @conference.splashpage.include_happening_now
|
- if @conference.splashpage.include_happening_now
|
||||||
- if @events_schedules.any?
|
- if @events_schedules.any?
|
||||||
|
|
@ -61,7 +61,7 @@
|
||||||
.row
|
.row
|
||||||
%h3.text-center There are no events happening now.
|
%h3.text-center There are no events happening now.
|
||||||
- if @conference.description.present?
|
- if @conference.description.present?
|
||||||
.col-md-8.col-md-pull-4
|
.col-md-6.col-md-pull-6.col-lg-8.col-lg-pull-4
|
||||||
#about
|
#about
|
||||||
.row
|
.row
|
||||||
= markdown(@conference.description, escape_html=false)
|
= markdown(@conference.description, escape_html=false)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue