Sends confirmation email when Enterprise is created

This commit is contained in:
Rob H
2014-09-12 13:24:17 +10:00
parent 5c7ab2efa3
commit f5048ecf7c
5 changed files with 44 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
.container#registration-finished
.header
%h2 Well done!
%h5
You have successfully completed the profile for
%h5
You have successfully completed the profile for
%span.brick{"ng-show" => "enterprise.is_distributor"}
{{ enterprise.name }}
%span.turquoise{"ng-show" => "!enterprise.is_distributor" }
@@ -10,10 +10,9 @@
.content{ style: 'text-align: center'}
%h3 Why not check it out on the Open Food Network?
%a.button.primary{ type: "button", href: "/map" } Go to Map Page >
%br
%br
%h3 Next step - add some products:
%a.button.primary{ type: "button", href: "/admin/products/new" } Add a Product >