Files
openfoodnetwork/app/views/enterprise_mailer/welcome.html.haml
Matt-Yorkley b9edea7c0e Rename 'admin/overview#index' route from :admin to :admin_dashboard
Fixes issues with route declarations in Rails 4
2020-01-12 13:11:33 +01:00

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'