Adds lodging splash view

Check for venue photo before rendering
This commit is contained in:
Gopesh Tulsyan 2014-06-14 23:37:12 +05:30
parent 01bd45a045
commit 0b6b046016
4 changed files with 38 additions and 8 deletions

View file

@ -13,6 +13,9 @@
-unless @conference.venue.blank?
%div#location
= render 'location'
- if @conference.venue
- unless @conference.venue.lodgings.empty?
= render 'lodging'
%div#sponsors
= render 'sponsor'
%div#social-media