Sha256: 4b0e18bcbe25c2da659b2733e154f0dce6349fa77530b6dec84149c453ef8121
Contents?: true
Size: 654 Bytes
Versions: 19
Compression:
Stored size: 654 Bytes
Contents
{{#each taxons}} <li data-taxon-id="{{id}}" data-taxon-taxonomy-id="{{taxonomy_id}}"> {{#if (isRootTaxon) }} <div class="taxon"> {{else}} <div class="taxon sortable"> <i class="fa fa-arrows"></i> {{/if}} {{name}} <div class="actions float-right"> <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> <ul> {{> taxons/_tree }} </ul> </li> {{/each}}
Version data entries
19 entries across 19 versions & 1 rubygems