Files
openfoodnetwork/app/views/shops/signup.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

56 lines
1.5 KiB
Plaintext

- content_for(:title) do
= t :shops_signup_title
#panes
#shops-signup.pane
.row.header
.small-12.medium-12.columns.text-center
%h2
= t :shops_signup_headline
.row.content
.small-12.medium-6.medium-offset-3.columns.text-center
%p.text-big
= t :shops_signup_motivation
%br
%a.button.transparent{href: "/register"}
= t :shops_signup_action
.pane
.row
.small-12.medium-10.medium-offset-1.columns.text-center
%h2
= t :shops_signup_pricing
-# %p.text-big
-# If there is a time-sensitive offer you can write it here, e.g.
-# Sign up before 30th June for an extra month free!
%br
= ContentConfig.hub_signup_pricing_table_html.html_safe
#shops-case-studies
.row
.small-12.medium-10.medium-offset-1.columns
%h2.text-center
= t :shops_signup_stories
%br
= ContentConfig.hub_signup_case_studies_html.html_safe
.pane#cta
.row
.small-12.medium-6.medium-offset-3.columns.text-center
%h2
= t :shops_signup_help
%p.text-big
= t :shops_signup_help_text
%br
%a.button.transparent{href: "/register"}
= t :shops_signup_action
#hub-details.pane.footer-pad
.row
.small-12.medium-10.medium-offset-1.columns
%h2.text-center
= t :shops_signup_detail
= ContentConfig.hub_signup_detail_html.html_safe
= render partial: "shared/footer"