Adjusting markup for active table producer fat view WIP commit

This commit is contained in:
summerscope
2014-06-19 17:06:38 +10:00
parent 7c5dc397b9
commit d1b6a7b2a2

View File

@@ -14,7 +14,7 @@
%a{"ng-repeat" => "hub in producer.hubs",
"bo-href" => "hub.path", "ofn-empties-cart" => "hub",
"bo-class" => "{primary: hub.active, grey: !hub.active}"}
"bo-class" => "{primary: hub.active, secondary: !hub.active}"}
%i.ofn-i_033-open-sign{"bo-if" => "hub.active"}
%i.ofn-i_032-closed-sign{"bo-if" => "!hub.active"}
{{hub.name}}