Sha256: 081919ee145eab115ee5f39ae8fa58106e120ddaa5db3137a3d8db45c5405133
Contents?: true
Size: 904 Bytes
Versions: 1
Compression:
Stored size: 904 Bytes
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 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" class="<%= cycle('odd', 'even')%>"> <td class="no-border"><span class="handle"></span></td> <td class="align-center"><%= taxonomy.name %></td> <td class="actions"> <%= link_to_edit taxonomy, :no_text => true %> <%= link_to_delete taxonomy, :no_text => true %> </td> </tr> <% end %> </tbody> </table>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
solidus_backend-1.0.0.pre | app/views/spree/admin/taxonomies/_list.html.erb |