Sha256: f058217eb476336fe22ce3edae01339e00e1f9440e9b7f183b05321596b0d9a3
Contents?: true
Size: 841 Bytes
Versions: 85
Compression:
Stored size: 841 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 if can?(:edit, taxonomy) %> <%= link_to_delete taxonomy, no_text: true if can?(:delete, taxonomy) %> </td> </tr> <% end %> </tbody> </table>
Version data entries
85 entries across 85 versions & 1 rubygems