From 0b8771ccf0c2a5df62133307a84db1d57008ceeb Mon Sep 17 00:00:00 2001 From: Lucas Hiago Date: Sat, 18 Apr 2020 10:43:43 -0300 Subject: [PATCH] Add connect with us footer to order cancelation email --- app/views/spree/order_mailer/cancel_email.html.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/spree/order_mailer/cancel_email.html.haml b/app/views/spree/order_mailer/cancel_email.html.haml index 47b577e79d..5d539b74d7 100755 --- a/app/views/spree/order_mailer/cancel_email.html.haml +++ b/app/views/spree/order_mailer/cancel_email.html.haml @@ -9,3 +9,4 @@ = t(".order_summary_canceled") = render 'order_summary' = render 'signoff' += render 'shared/mailers/social_and_contact'