mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
16 lines
654 B
Plaintext
16 lines
654 B
Plaintext
.container#registration-finished
|
|
.row
|
|
.small-12.columns.pad-top
|
|
%header
|
|
%h2 {{'registration_finished_headline' | t}}
|
|
.panel.callout
|
|
%p{ "ng-bind" => "'registration_finished_thanks' | t:{enterprise: enterprise.name}" }
|
|
%p {{'registration_finished_login' | t}}
|
|
.row
|
|
.small-12.columns.text-center
|
|
%h4{ "ng-bind" => "'registration_finished_activate' | t:{enterprise: enterprise.name}" }
|
|
|
|
%p{ "ng-bind-html" => "t('registration_finished_activate_instruction_html', {email: enterprise.email})"}
|
|
|
|
%a.button.primary{ type: "button", href: "/" } {{'registration_finished_action' | t}} >
|