Sha256: 40815e13df791d0f55809d56951dc223072c53547b9591a580ef0a768d2fc9c9
Contents?: true
Size: 458 Bytes
Versions: 19
Compression:
Stored size: 458 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="<%= 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
19 entries across 19 versions & 1 rubygems