Sha256: a63d972090231667e4c0429cddaa4f85387627c58cd4c5b08791e827c36d5fae
Contents?: true
Size: 387 Bytes
Versions: 19
Compression:
Stored size: 387 Bytes
Contents
<table class="index" id='listing_taxonomies'> <tr> <th><%= t("name") %></th> <th></th> </tr> <% for taxonomy in @taxonomies %> <tr id="<%= dom_id taxonomy %>"> <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 & 6 rubygems