Files
openfoodnetwork/app/views/spree/user_mailer/signup_confirmation.html.haml
2018-02-07 10:41:51 +11:00

24 lines
589 B
Plaintext

%h3
= t :email_signup_greeting
%p.lead
= t :email_signup_welcome, sitename: Spree::Config[:site_name]
/ Heading Panel
%p  
%p
= t :email_signup_confirmed_email
%p
-# Remove http:// and trailing slashes from root url if they exist
= t :email_signup_shop_html, link: link_to(spree.root_url.sub(/http:\/\//,"").sub(/\/$/,""), spree.root_url, target: '_blank')
%p  
%hr/
%p  
%p.lead
= t :email_signup_text
%p
= t :email_signup_help_html, email: mail_to(ContentConfig.footer_email)
= render 'shared/mailers/signoff'
= render 'shared/mailers/social_and_contact'