diff --git a/app/views/shopping_shared/_producers.html.haml b/app/views/shopping_shared/_producers.html.haml index 3ccaaf72ab..7ee26d7410 100644 --- a/app/views/shopping_shared/_producers.html.haml +++ b/app/views/shopping_shared/_producers.html.haml @@ -1,8 +1,9 @@ .content#producers{"ng-controller" => "ProducersTabCtrl"} .row - .small-12.columns - %h5 - = "#{current_distributor.name}'s producers:" + .small-12.columns.panel + %h5 + Our producers: + / = "#{current_distributor.name}'s producers:" %ul.bullet-list %li{"ng-repeat" => "enterprise in CurrentHub.hub.producers"} = render partial: "modals/producer"