Skip to content

Commit

Permalink
Remove quotes around url
Browse files Browse the repository at this point in the history
  • Loading branch information
mkllnk committed Aug 17, 2016
1 parent 5fb5ef1 commit c34e9c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/enterprise_mailer/welcome.html.haml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion app/views/spree/user_mailer/signup_confirmation.html.haml
Expand Up @@ -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'

Expand Down

0 comments on commit c34e9c0

Please sign in to comment.