Lodging Links add
This commit is contained in:
parent
8442eb813f
commit
83bdcc969c
1 changed files with 5 additions and 1 deletions
|
|
@ -12,7 +12,11 @@
|
|||
.thumbnail
|
||||
- unless lodging.picture?
|
||||
%p.text-center
|
||||
%i.fa.fa-home.fa-5x
|
||||
- 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
|
||||
- else
|
||||
- if lodging.website_link.present?
|
||||
= link_to(lodging.website_link, class: 'thumbnail') do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue