Make sure an empty splash works

This commit is contained in:
Henne Vogelsang 2014-11-21 13:22:20 +01:00
parent b6b0c104fd
commit 567d8689b8
3 changed files with 7 additions and 2 deletions

View file

@ -6,7 +6,7 @@
%p.lead.text-center
= @conference.short_title
has the most awesome program ever!
- if @conference.splashpage and @conference.splashpage.include_tracks
- if @conference.splashpage and @conference.tracks.any? and @conference.splashpage.include_tracks
See rock-star speakers cover the topics of
- if @conference.splashpage and @conference.splashpage.include_tracks
- @conference.tracks.each_slice(3) do |slice|