This commit is contained in:
StavyVen 2017-12-16 14:36:16 +00:00 • committed by GitHub
commit 93fabaffd6
2 changed files with 6 additions and 6 deletions

View file

@ -13,9 +13,9 @@
%p.lead %p.lead
We recommend these affordable lodging accommodations for your visit. We recommend these affordable lodging accommodations for your visit.
.row.row-centered{ style:"display: flex; flex-wrap: wrap" } .row.row-centered{ style:'display: flex; flex-wrap: wrap' }
- @conference.lodgings.each do |lodging| - @conference.lodgings.each do |lodging|
.col-md-4.col-sm-4.col-centered.col-top{ style:"display:flex;" } .col-md-4.col-sm-4.col-centered.col-top{ style:'display:flex;' }
.thumbnail .thumbnail
- if lodging.picture? - if lodging.picture?
- if lodging.website_link.present? - if lodging.website_link.present?