Tidy up the look of lodging panels
This commit is contained in:
parent
0b512b1385
commit
e9b1086f13
2 changed files with 4 additions and 3 deletions
|
|
@ -21,7 +21,7 @@
|
||||||
.thumbnail
|
.thumbnail
|
||||||
- if lodging.picture?
|
- if lodging.picture?
|
||||||
- if lodging.website_link.present?
|
- if lodging.website_link.present?
|
||||||
= link_to(lodging.website_link, class: 'thumbnail') do
|
= link_to(lodging.website_link) do
|
||||||
= image_tag lodging.picture.large.url,
|
= image_tag lodging.picture.large.url,
|
||||||
class: 'img-responsive img-lodging'
|
class: 'img-responsive img-lodging'
|
||||||
- else
|
- else
|
||||||
|
|
@ -30,7 +30,7 @@
|
||||||
- else
|
- else
|
||||||
%p.text-center
|
%p.text-center
|
||||||
- if lodging.website_link.present?
|
- if lodging.website_link.present?
|
||||||
= link_to(lodging.website_link, class: 'thumbnail') do
|
= link_to(lodging.website_link) do
|
||||||
%i.fa.fa-home.fa-5x
|
%i.fa.fa-home.fa-5x
|
||||||
- else
|
- else
|
||||||
%i.fa.fa-home.fa-5x
|
%i.fa.fa-home.fa-5x
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,8 @@
|
||||||
.container
|
.container
|
||||||
.row
|
.row
|
||||||
.col-md-12.text-center
|
.col-md-12.text-center
|
||||||
%h3 Sign Up for Campus Housing
|
%h2 Sign Up for Campus Housing
|
||||||
|
%br
|
||||||
-# %h2
|
-# %h2
|
||||||
-# Support
|
-# Support
|
||||||
-# = conference.title
|
-# = conference.title
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue