Sha256: 549d4766886b05ce67d4da0b351785a6df75fab8c08099283a1c601218b605c6
Contents?: true
Size: 812 Bytes
Versions: 9
Compression:
Stored size: 812 Bytes
Contents
<table class="index sortable" id='listing_taxonomies' data-hook data-sortable-link="<%= update_positions_admin_taxonomies_url %>"> <colgroup> <col style="width: 85%"> <col style="width: 15%"> </colgroup> <thead> <tr data-hook="taxonomies_header"> <th><%= t(:name) %></th> <th class="actions"></th> </tr> </thead> <tbody> <% @taxonomies.each do |taxonomy| %> <tr id="<%= spree_dom_id taxonomy %>" data-hook="taxonomies_row" class="<%= cycle('odd', 'even')%>"> <td> <span class="handle"></span> <%= taxonomy.name %> </td> <td class="actions"> <%= link_to_edit taxonomy.id, :no_text => true %> <%= link_to_delete taxonomy, :no_text => true %> </td> </tr> <% end %> </tbody> </table>
Version data entries
9 entries across 9 versions & 2 rubygems