From bea9f79544c429077a6dfd8938fe4a3312e8ecc5 Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Tue, 7 Jan 2020 02:31:38 -0800 Subject: [PATCH] ARRRGHHH, another typo...same line... --- app/views/conferences/_lodging.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/conferences/_lodging.haml b/app/views/conferences/_lodging.haml index f5ba0789..a776a37e 100644 --- a/app/views/conferences/_lodging.haml +++ b/app/views/conferences/_lodging.haml @@ -37,7 +37,7 @@ .caption %h3.text-center - if lodging.website_link.present? - = link_to(lodging.website_link, lodiging.name) + = link_to(lodging.website_link, lodging.name) - else = lodging.name - if lodging.description.present?