2016-07-27 17:02:40 -04:00
|
|
|
- if @conference.present?
|
|
|
|
|
.row
|
|
|
|
|
.col-md-12.text-center
|
|
|
|
|
%h1
|
|
|
|
|
= @conference.title
|
|
|
|
|
- if @conference.description.present?
|
|
|
|
|
%h3
|
|
|
|
|
= @conference.description
|
2016-08-23 10:23:26 -04:00
|
|
|
- if @current_event_schedules.present?
|
2016-08-01 15:44:01 -04:00
|
|
|
.row#current-events
|
2016-07-20 15:11:50 -04:00
|
|
|
= render 'current_events'
|
2016-08-23 10:23:26 -04:00
|
|
|
- if @conference.contact.social_tag.present? && @tweets.any?
|
2016-08-01 15:44:01 -04:00
|
|
|
.row#conference-tweets
|
2016-07-27 17:02:40 -04:00
|
|
|
= render 'conference_tweets'
|
2016-07-20 15:11:50 -04:00
|
|
|
- if @sponsors.any?
|
2016-07-27 17:02:40 -04:00
|
|
|
= render 'sponsors'
|