add highlights and fix cfp in splashpage
This commit is contained in:
parent
8e25338436
commit
ecfc348ea8
17 changed files with 111 additions and 32 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue