Sha256: 19d5a66e35aee761da15d9a2a32b5e520b3e13f313f756a48002fa263032632f
Contents?: true
Size: 454 Bytes
Versions: 2
Compression:
Stored size: 454 Bytes
Contents
<table class="index" id='listing_taxonomies' data-hook> <tr data-hook="taxonomies_header"> <th><%= t("name") %></th> <th></th> </tr> <% for taxonomy in @taxonomies %> <tr id="<%= dom_id taxonomy %>" data-hook="taxonomies_row"> <td> <%= taxonomy.name %> </td> <td class="actions"> <%= link_to_edit taxonomy.id, :class => 'edit' %> <%= link_to_delete taxonomy %> </td> </tr> <% end %> </table>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_core-0.70.0.rc2 | app/views/admin/taxonomies/_list.html.erb |
spree_core-0.70.RC1 | app/views/admin/taxonomies/_list.html.erb |