use :full_conference factory in the conference view specs

This commit is contained in:
Henne Vogelsang 2016-05-02 15:21:45 +02:00
parent dd5796bd34
commit 1c7becb69a
5 changed files with 38 additions and 63 deletions

View file

@ -36,7 +36,7 @@
%section#program
= render 'schedule_splashpage'
- if @program.cfp_open? and @conference.splashpage.include_cfp
- if @conference.program.cfp_open? and @conference.splashpage.include_cfp
%section#callforpapers
= render 'call_for_paper'