Files
openfoodnetwork/app/views/shopping_shared/_producers.html.haml
2014-06-20 16:31:49 +10:00

9 lines
288 B
Plaintext

.content#producers{"ng-controller" => "ProducersTabCtrl"}
.row
.small-12.columns
%h5
= "#{current_distributor.name}'s producers:"
%ul.bullet-list
%li{"ng-repeat" => "enterprise in CurrentHub.hub.producers"}
= render partial: "modals/producer"