mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-01 21:47:16 +00:00
19 lines
514 B
Plaintext
19 lines
514 B
Plaintext
%h3
|
|
= "#{t(".email_welcome")}!"
|
|
%p.lead
|
|
%strong
|
|
= @enterprise.name
|
|
= "#{t(".email_registered")} #{ Spree::Config.site_name }!"
|
|
|
|
%p
|
|
= t(".email_userguide_html", link: link_to(t(".userguide"), ContentConfig.user_guide_link))
|
|
%p
|
|
= t(".email_admin_html", link: link_to(t(".admin_panel"), spree.admin_dashboard_url))
|
|
|
|
%p
|
|
= t(".email_community_html", link: link_to(t(".join_community"), ContentConfig.community_forum_url))
|
|
|
|
= render 'shared/mailers/signoff'
|
|
|
|
= render 'shared/mailers/social_and_contact'
|