Sha256: 7563355dd3068d05fbd0a16b6b615be8762cddb5645f72b574e96c8fdbab4bf8
Contents?: true
Size: 333 Bytes
Versions: 24
Compression:
Stored size: 333 Bytes
Contents
<table class="index"> <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 %> <%= link_to_delete taxonomy %> </td> </tr> <% end %> </table>
Version data entries
24 entries across 24 versions & 3 rubygems