Sha256: c0181e6b1af0fe9a9372246cfd18bb813f0f46599ac88e9376ba1a8c8a5684ce
Contents?: true
Size: 322 Bytes
Versions: 4
Compression:
Stored size: 322 Bytes
Contents
<table class="admin-report"> <tr> <th><%= :name.l("Name") %></th> <th><%= :action.l("Action") %></th> </tr> <% for taxonomy in @taxonomies %> <tr> <td> <%= taxonomy.name %> </td> <td> <%= link_to_edit taxonomy.id %> | <%= link_to_delete taxonomy %> </td> </tr> <% end %> </table>
Version data entries
4 entries across 4 versions & 1 rubygems