Tweak markup for PRODUCERS tab on mini menu

This commit is contained in:
summerscope
2014-06-24 13:25:45 +10:00
parent e0f5f51f92
commit d0b2f73c5a

View File

@@ -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"