Show properties alongside taxons on producer fat view

This commit is contained in:
Rohan Mitchell
2016-06-17 17:44:46 +10:00
parent a5a00e9cef
commit 9cc0bb831a
2 changed files with 12 additions and 10 deletions

View File

@@ -53,9 +53,13 @@
&:last-child
margin-bottom: 1rem
.fat-taxons, .fat-properties
.fat-taxons
background-color: $clr-turquoise-light
.fat-properties
background-color: $clr-turquoise-ultra-light
border: 1px solid $clr-turquoise-light
.producer-name
color: $clr-turquoise

View File

@@ -16,15 +16,13 @@
%label
= t :producers_buy
%p.trans-sentence
%span.fat-taxons{"ng-repeat" => "taxon in producer.supplied_taxons"}
%render-svg{path: "{{taxon.icon}}"}
%span{"ng-bind" => "::taxon.name"}
%div
%label Product properties
%p.trans-sentence
%span.fat-properties{"ng-repeat" => "property in producer.properties"}
%span{"ng-bind" => "property.presentation"}
%div
%span.fat-taxons{"ng-repeat" => "taxon in producer.supplied_taxons"}
%render-svg{path: "{{taxon.icon}}"}
%span{"ng-bind" => "::taxon.name"}
%div
%span.fat-properties{"ng-repeat" => "property in producer.properties"}
%span{"ng-bind" => "property.presentation"}
%div.show-for-medium-up{"ng-if" => "producer.supplied_taxons.length==0"}