mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
People were directed to the home page and had to do several more clicks to continue with their enterprise setup.
13 lines
486 B
Plaintext
13 lines
486 B
Plaintext
%script{ type: "text/ng-template", id: "registration/finished.html" }
|
|
.container#registration-finished
|
|
.row
|
|
.small-12.columns.pad-top
|
|
%header
|
|
%h2= t(".headline")
|
|
.panel.callout
|
|
%p{ "ng-bind" => "'registration.steps.finished.thanks' | t:{enterprise: enterprise.name}" }
|
|
%p= t(".login")
|
|
.row
|
|
.small-12.columns.text-center
|
|
%a.button.primary{ type: "button", href: spree.admin_dashboard_path }= t(".action")
|