This commit is contained in:
Harry30897 2018-01-17 18:54:27 +00:00 • committed by GitHub
commit 175ae89352

View file

@ -12,6 +12,10 @@
.thumbnail .thumbnail
- unless lodging.picture? - unless lodging.picture?
%p.text-center %p.text-center
- if lodging.website_link.present?
= link_to(lodging.website_link, :style => 'color:inherit') do
%i.fa.fa-home.fa-5x
- else
%i.fa.fa-home.fa-5x %i.fa.fa-home.fa-5x
- else - else
- if lodging.website_link.present? - if lodging.website_link.present?