From e9b1086f13927f9b9593198ce12ed6e3bbc006c2 Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Wed, 8 Jan 2020 01:20:18 -0800 Subject: [PATCH] Tidy up the look of lodging panels --- app/views/conferences/_lodging.haml | 4 ++-- app/views/conferences/_tickets.haml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/views/conferences/_lodging.haml b/app/views/conferences/_lodging.haml index 4253b2e1..cac56ec4 100644 --- a/app/views/conferences/_lodging.haml +++ b/app/views/conferences/_lodging.haml @@ -21,7 +21,7 @@ .thumbnail - if lodging.picture? - 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, class: 'img-responsive img-lodging' - else @@ -30,7 +30,7 @@ - else %p.text-center - 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 - else %i.fa.fa-home.fa-5x diff --git a/app/views/conferences/_tickets.haml b/app/views/conferences/_tickets.haml index d1900f1e..2b364afc 100644 --- a/app/views/conferences/_tickets.haml +++ b/app/views/conferences/_tickets.haml @@ -7,7 +7,8 @@ .container .row .col-md-12.text-center - %h3 Sign Up for Campus Housing + %h2 Sign Up for Campus Housing + %br -# %h2 -# Support -# = conference.title