Fix styling and layouts in splash view

This commit is contained in:
Gopesh Tulsyan 2014-06-20 22:41:18 +05:30
parent cc8299294d
commit 38abcd8902
3 changed files with 32 additions and 27 deletions

View file

@ -3,7 +3,7 @@
%a{ href: '#location' } Location
%div.banner-disp{ style: ("background-image: url(#{@conference.venue.photo})" unless @conference.venue.photo.blank?), class:('with-location-background' unless @conference.venue.photo.blank?) }
%div.banner-disp{ style: ("background-image: url(#{@conference.venue.photo})" unless @conference.venue.photo.blank?), class:('with-background' unless @conference.venue.photo.blank?) }
%div.container.text-center
.div.row.col-md-12
- unless @conference.venue.name.blank?