Sha256: 87c79e68eedc079031f7b702aa7b19972fd50d7b6d43666e7f5a60cd3fccabf5
Contents?: true
Size: 301 Bytes
Versions: 7
Compression:
Stored size: 301 Bytes
Contents
<table class="index"> <tr> <th><%= t("name") %></th> <th></th> </tr> <% for taxonomy in @taxonomies %> <tr> <td> <%= taxonomy.name %> </td> <td class="actions"> <%= link_to_edit taxonomy.id %> <%= link_to_delete taxonomy %> </td> </tr> <% end %> </table>
Version data entries
7 entries across 7 versions & 2 rubygems