Files
openfoodnetwork/app/views/shops/index.html.haml
2019-06-12 09:47:01 +01:00

17 lines
302 B
Plaintext

- content_for(:title) do
= t :shops_title
= inject_enterprises(@enterprises)
#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 "hubs"
= render "shared/footer"