Added lodging to splash view

This commit is contained in:
Gopesh Tulsyan 2014-06-07 00:30:19 +05:30
parent 4cc039b358
commit c1063645da
13 changed files with 53 additions and 5 deletions

View file

@ -24,6 +24,9 @@
%li
%b
= link_to 'Visit Venue Website', @conference.venue.website, target: '_blank'
- if @conference.venue
- unless @conference.venue.lodgings.empty?
= render 'lodging'
:javascript