Update lodging styling. Add description for venu when map is shown.

This commit is contained in:
Michael Ball 2020-01-07 16:16:18 -08:00
parent 7553c15e5e
commit 9a811b4a6c

View file

@ -5,6 +5,10 @@
- cache [venue, lodgings, '#splash#lodging'] do
%section#lodging
.container
- if venue.location? and venue.description.present?
.row
.col-md-8.col-md-offset-2
= markdown(venue.description, escape_html=false)
.row
.col-md-12.text-center
%h2
@ -17,7 +21,7 @@
.row.row-centered
- lodgings.order(created_at: :asc).each do |lodging|
.col-md-4.col-sm-4.col-centered.col-top
.col-md-6.col-sm-4.col-centered.col-top
.thumbnail
- if lodging.picture?
- if lodging.website_link.present?