Files
openfoodnetwork/app/views/shops/index.html.haml
Rob Harrington 7d149ed198 Revert shop property filters - causing 10x slowdown
This commit reverts commits 7eeee78c4e to e8f96e4818 (inclusive)
2016-09-18 17:46:43 +10:00

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"