Merge f0788c1e50 into 2180e6197c
This commit is contained in:
commit
93fabaffd6
2 changed files with 6 additions and 6 deletions
|
|
@ -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?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue