Sha256: d9c9438502d37a0fe3e358e881f5eac1eeb6b688d3ce56a1d5a04092764134af
Contents?: true
Size: 789 Bytes
Versions: 47
Compression:
Stored size: 789 Bytes
Contents
<table class="table sortable" id='listing_taxonomies' data-hook data-sortable-link="<%= update_positions_admin_taxonomies_url %>"> <thead> <tr data-hook="taxonomies_header"> <th class="no-border"></th> <th><%= Spree.t(:name) %></th> <th class="actions"></th> </tr> </thead> <tbody> <% @taxonomies.each do |taxonomy| %> <tr id="<%= spree_dom_id taxonomy %>" data-hook="taxonomies_row"> <td class="move-handle"> <span class="icon icon-sort handle"></span> </td> <td><%= taxonomy.name %></td> <td class="actions actions-2 text-right"> <%= link_to_edit taxonomy.id, no_text: true %> <%= link_to_delete taxonomy, no_text: true %> </td> </tr> <% end %> </tbody> </table>
Version data entries
47 entries across 47 versions & 1 rubygems