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.
31 lines
901 B
Plaintext
31 lines
901 B
Plaintext
#system.pane
|
|
.row
|
|
.small-12.medium-12.large-8.large-offset-2.columns.text-center
|
|
%h2
|
|
= t :system_headline
|
|
.row
|
|
.small-12.medium-4.columns.text-left
|
|
.home-icon-box
|
|
%a.search{href: "/shops"}
|
|
.home-icon-box-bottom
|
|
%h4
|
|
= t :system_step1
|
|
%p.text-normal
|
|
= t :system_step1_text
|
|
.small-12.medium-4.columns.text-left
|
|
.home-icon-box
|
|
%a.shop{href: "/shops"}
|
|
.home-icon-box-bottom
|
|
%h4
|
|
= t :system_step2
|
|
%p.text-normal
|
|
= t :system_step2_text
|
|
.small-12.medium-4.columns.text-left
|
|
.home-icon-box
|
|
%a.pick-up-delivery{href: "/shops"}
|
|
.home-icon-box-bottom
|
|
%h4
|
|
= t :system_step3
|
|
%p.text-normal
|
|
= t :system_step3_text
|