Files
openfoodnetwork/app/views/spree/user_mailer/signup_confirmation.html.haml
2019-12-28 18:46:50 +00:00

24 lines
595 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(main_app.root_url.sub(/http:\/\//,"").sub(/\/$/,""), main_app.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'