hhff/spree-ember

View on GitHub
packages/storefront/blueprints/spree-ember-storefront/files/app/templates/components/spree-taxonomy.hbs

Summary

Maintainability
Test Coverage
<h4 class="taxonomy-root">{{taxonomy.prettyName}}</h4>
{{#each taxon in childTaxons}}
  <li>
    {{#link-to 'spree.taxons' taxon.permalink class='list-group-item'}}{{taxon.name}}{{/link-to}}
  </li>
{{/each}}