Sha256: 62c9b8b98ba0db20f5571a138a7349184973d612d81668d7e5905d63cc109844
Contents?: true
Size: 1.04 KB
Versions: 142
Compression:
Stored size: 1.04 KB
Contents
<table class="index sortable" id='listing_taxonomies' data-hook data-sortable-link="<%= update_positions_admin_taxonomies_url %>"> <colgroup> <col style="width: 10%"> <col style="width: 75%"> <col style="width: 15%"> </colgroup> <thead> <tr data-hook="taxonomies_header"> <th></th> <th><%= Spree::Taxonomy.human_attribute_name(:name) %></th> <th class="actions"></th> </tr> </thead> <tbody> <% @taxonomies.each do |taxonomy| %> <tr id="<%= spree_dom_id taxonomy %>" data-hook="taxonomies_row"> <td> <% if can?(:update_positions, Spree::Taxonomy) %> <span class="handle"></span> <% end %> </td> <td><%= taxonomy.name %></td> <td class="actions"> <% if can?(:update, taxonomy) %> <%= link_to_edit taxonomy, no_text: true %> <% end %> <% if can?(:destroy, taxonomy) %> <%= link_to_delete taxonomy, no_text: true %> <% end %> </td> </tr> <% end %> </tbody> </table>
Version data entries
142 entries across 142 versions & 2 rubygems