Keynote Speakers implemented

This commit is contained in:
Gopesh Tulsyan 2014-09-15 19:02:02 +05:30
parent 1106f4e227
commit 67ea900dc3
4 changed files with 22 additions and 1 deletions

View file

@ -12,6 +12,10 @@
= link_to 'Schedule', conference_schedule_path(@conference.short_title), target: '_blank'
- else
%span The schedule is not ready yet. Stay tuned!
- unless @keynote_speakers.blank?
= render 'keynote_speakers'
-unless @conference.tracks.blank?
- if @conference.splashpage.include_tracks
= render 'tracks'