Merge pull request #1046 from lin-d-hop/sign_up_email_i18n

Sign up email i18n
This commit is contained in:
Lynne
2016-06-20 18:45:31 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
= t :email_admin_html, link: link_to('Admin Panel', spree.admin_url)
%p
= t :email_community_html, link: link_to("t(:join_the_community)", "#{ ContentConfig.community_forum_url }")
= t :email_community_html, link: link_to(t(:join_the_community), "#{ ContentConfig.community_forum_url }")
%p
= t :email_help

View File

@@ -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}", "#{ContentConfig.footer_email}")
= render 'shared/mailers/signoff'