Files
openfoodnetwork/app/views/home/_system.html.haml
Maikel Linke 85c99102dd i18n: Replacing all language strings in app/view/
Languages strings were moved to config/locale/en.yml. All views contain
according calls to t() now.
2015-08-28 16:59:23 +10:00

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