Sha256: 427f77a536121dbeb45b14d1eba849f418a2952648ac5ab5ffde66d7d7cf7364
Contents?: true
Size: 464 Bytes
Versions: 14
Compression:
Stored size: 464 Bytes
Contents
<table class="index" id='listing_taxonomies' data-hook> <tr data-hook="taxonomies_header"> <th><%= t(:name) %></th> <th></th> </tr> <% @taxonomies.each do |taxonomy| %> <tr id="<%= spree_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
14 entries across 14 versions & 1 rubygems