Integrate the splash page into the general layout
* Cleanup the CSS * Fix more views then you have fingers and toes * Introduce position(weight) for sponsor levels * Fix bootstrap/datatable integration
This commit is contained in:
parent
7acd16f923
commit
f2cdea4f1a
56 changed files with 1191 additions and 1266 deletions
|
|
@ -1,10 +1,10 @@
|
|||
%div.container.text-center
|
||||
%h2 Lodging
|
||||
-unless @conference.splashpage.lodging_description.blank?
|
||||
.lead
|
||||
= markdown(@conference.splashpage.lodging_description)
|
||||
|
||||
%div.row.text-center
|
||||
.container
|
||||
.row
|
||||
.col-md-12.text-center
|
||||
%h2 Accommodation Deals
|
||||
%p.lead
|
||||
We have prepared affordable accommodation deals for your visit.
|
||||
.row
|
||||
- @conference.venue.lodgings.each do |r|
|
||||
%div{ class: (@conference.venue.lodgings.count.to_i <= 2 ? "col-md-#{12/@conference.venue.lodgings.count.to_i}" : "col-md-4") }
|
||||
.div.thumbnail
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue