Merge 60de9bae46 into e3b83e8ec1
This commit is contained in:
commit
175ae89352
1 changed files with 5 additions and 1 deletions
|
|
@ -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?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue