mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-29 21:17:17 +00:00
Languages strings were moved to config/locale/en.yml. All views contain according calls to t() now.
15 lines
289 B
Plaintext
15 lines
289 B
Plaintext
- content_for(:title) do
|
|
= t :shops_title
|
|
|
|
#panes
|
|
#shops.pane
|
|
.row
|
|
.small-12.medium-6.medium-offset-3.columns.text-center
|
|
%h2
|
|
= t :shops_headline
|
|
%p.text-big
|
|
= t :shops_text
|
|
|
|
= render partial: "home/hubs"
|
|
= render partial: "shared/footer"
|