mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
Languages strings were moved to config/locale/en.yml. All views contain according calls to t() now.
18 lines
368 B
Plaintext
18 lines
368 B
Plaintext
%h2
|
|
= t :modal_how
|
|
%h5
|
|
= t :modal_how_shop
|
|
%p
|
|
= t :modal_how_shop_explained
|
|
%h5
|
|
= t :modal_how_pickup
|
|
%p
|
|
= t :modal_how_pickup_explained
|
|
%h5
|
|
= t :modal_how
|
|
%p
|
|
= t :modal_how
|
|
%a.button.neutral-btn.dark{:href => "http://www.openfoodnetwork.org" , :target => "_blank" } Open Food Network
|
|
%a.close-reveal-modal{"ng-click" => "$close()"}
|
|
%i.ofn-i_009-close
|