mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-02 21:57:17 +00:00
Languages strings were moved to config/locale/en.yml. All views contain according calls to t() now.
9 lines
178 B
Plaintext
9 lines
178 B
Plaintext
- content_for(:title) do
|
|
= t :register_title
|
|
|
|
= inject_spree_api_key
|
|
= inject_available_countries
|
|
= inject_enterprise_attributes
|
|
|
|
%div{ "ng-controller" => "RegistrationCtrl" }
|