mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
13 lines
486 B
Plaintext
13 lines
486 B
Plaintext
%script{ type: "text/ng-template", id: "shop/producers.html" }
|
|
.content#producers{"ng-controller" => "ProducersTabCtrl"}
|
|
.panel
|
|
.row
|
|
.small-12.columns
|
|
%h5
|
|
= t :shopping_producers_of_hub, hub: '{{ shopfront.name }}'
|
|
%ul.small-block-grid-2.large-block-grid-4
|
|
%li{"ng-repeat" => "enterprise in shopfront.producers"}
|
|
%enterprise-modal
|
|
%i.ofn-i_036-producers
|
|
{{ enterprise.name }}
|