method added to autocycle through sponsors based on sponsor level and code added to inherit twitter env variables

This commit is contained in:
AnithaPal 2016-08-01 15:44:01 -04:00
parent 881518f1f3
commit e8d3177ec1
14 changed files with 89 additions and 163 deletions

View file

@ -6,11 +6,11 @@
- if @conference.description.present?
%h3
= @conference.description
- if @program.present?
.row
- if @current_events.present?
.row#current-events
= render 'current_events'
- if @conference.contact.social_tag.present? && @tweets.present?
.row
.row#conference-tweets
= render 'conference_tweets'
- if @sponsors.any?
= render 'sponsors'