ARRRGHHH, another typo...same line...

This commit is contained in:
Michael Ball 2020-01-07 02:31:38 -08:00
parent d9155da176
commit bea9f79544

View file

@ -37,7 +37,7 @@
.caption .caption
%h3.text-center %h3.text-center
- if lodging.website_link.present? - if lodging.website_link.present?
= link_to(lodging.website_link, lodiging.name) = link_to(lodging.website_link, lodging.name)
- else - else
= lodging.name = lodging.name
- if lodging.description.present? - if lodging.description.present?