Files
openfoodnetwork/app/views/enterprise_mailer/welcome.html.haml
Maikel Linke 85c99102dd i18n: Replacing all language strings in app/view/
Languages strings were moved to config/locale/en.yml. All views contain
according calls to t() now.
2015-08-28 16:59:23 +10:00

24 lines
603 B
Plaintext

%h3
= "#{t(:email_welcome)}, #{@enterprise.contact}!"
%p.lead
= t :email_confirmed
%strong
= @enterprise.name
= "#{t(:email_registered)} #{ Spree::Config.site_name }!"
%p
= t :email_userguide_html, link: link_to('Open Food Network User Guide', 'http://www.openfoodnetwork.org/platform/user-guide/')
%p
= t :email_admin_html, link: link_to('Admin Panel', spree.admin_url)
%p
= t :email_community_html, link: link_to('Join the community.', 'http://community.openfoodnetwork.org/')
%p
= t :email_help
= render 'shared/mailers/signoff'
= render 'shared/mailers/social_and_contact'