Splaspage: Add highlights. Fix cfp inclusion.

This commit is contained in:
Stella Rouzi 2014-11-27 20:40:26 +02:00
parent e9456be31a
commit ed8a71e554
13 changed files with 61 additions and 24 deletions

View file

@ -33,7 +33,7 @@
%section#program
= render 'program'
- if @conference.cfp_open? and @conference.call_for_paper.include_cfp_in_splash?
- if @conference.cfp_open? and @conference.splashpage.include_cfp
%section#callforpapers
= render 'call_for_paper'
@ -53,7 +53,7 @@
%section#sponsors
= render 'sponsors'
- if @conference.splashpage.include_social_media and @conference.contact.has_social_media?
- if @conference.contact.has_social_media? and @conference.splashpage.include_social_media
%section#social-media
= render 'social_media'