From e253590c1c279a972ec024ae0b636b73b91aa133 Mon Sep 17 00:00:00 2001 From: Lynne Davis Date: Tue, 21 Jun 2016 17:07:42 +0100 Subject: [PATCH 1/2] code cleanup --- app/views/spree/user_mailer/signup_confirmation.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/spree/user_mailer/signup_confirmation.html.haml b/app/views/spree/user_mailer/signup_confirmation.html.haml index 7b5c8587dc..9586110772 100644 --- a/app/views/spree/user_mailer/signup_confirmation.html.haml +++ b/app/views/spree/user_mailer/signup_confirmation.html.haml @@ -21,7 +21,7 @@ %p.lead = t :email_signup_text %p - = t :email_signup_help_html, email: mail_to("#{ContentConfig.footer_email}", "#{ContentConfig.footer_email}") + = t :email_signup_help_html, email: mail_to "#{ContentConfig.footer_email}" = render 'shared/mailers/signoff' From 9c29e56fc310878f223940828903524da96a5b86 Mon Sep 17 00:00:00 2001 From: Lynne Davis Date: Tue, 21 Jun 2016 17:44:45 +0100 Subject: [PATCH 2/2] More typo --- app/views/spree/user_mailer/signup_confirmation.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/spree/user_mailer/signup_confirmation.html.haml b/app/views/spree/user_mailer/signup_confirmation.html.haml index 9586110772..5598156346 100644 --- a/app/views/spree/user_mailer/signup_confirmation.html.haml +++ b/app/views/spree/user_mailer/signup_confirmation.html.haml @@ -21,7 +21,7 @@ %p.lead = t :email_signup_text %p - = t :email_signup_help_html, email: mail_to "#{ContentConfig.footer_email}" + = t :email_signup_help_html, email: mail_to("#{ContentConfig.footer_email}") = render 'shared/mailers/signoff'