app/assets/javascripts/spree/backend/templates/taxons/_tree.hbs in solidus_backend-2.6.6 vs app/assets/javascripts/spree/backend/templates/taxons/_tree.hbs in solidus_backend-2.7.0

- old
+ new

@@ -11,10 +11,12 @@ <a href="#" class="js-taxon-add-child fa fa-plus icon_link no-text"></a> <a href="{{admin_url}}/taxonomies/{{taxonomy_id}}/taxons/{{id}}/edit" class="fa fa-edit icon_link no-text"></a> <a href="#" class="js-taxon-delete fa fa-trash icon_link no-text"></a> </div> </div> + {{#if taxons }} <ul> {{> taxons/_tree }} </ul> + {{/if}} </li> {{/each}}