Adds checks to splash view

This commit is contained in:
Gopesh Tulsyan 2014-06-18 22:25:42 +05:30
parent 39f527627b
commit a1aba60966
4 changed files with 44 additions and 25 deletions

View file

@ -13,5 +13,6 @@
- else
%span The schedule is not ready yet. Stay tuned!
-unless @conference.tracks.blank?
= render 'tracks'
- if @conference.include_tracks_in_splash?
= render 'tracks'