From d0b2f73c5a2b9dbe5cf59f1151e45c17e09d3c1d Mon Sep 17 00:00:00 2001 From: summerscope Date: Tue, 24 Jun 2014 13:25:45 +1000 Subject: [PATCH] Tweak markup for PRODUCERS tab on mini menu --- app/views/shopping_shared/_producers.html.haml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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"