Sha256: eb9905812574a5171cd964048a431373cffa12c1c5a8951a24e165bb002ab0d0
Contents?: true
Size: 400 Bytes
Versions: 6
Compression:
Stored size: 400 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
6 entries across 6 versions & 5 rubygems