mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-07 03:01:33 +00:00
24 lines
589 B
Plaintext
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'
|