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">
      &nbsp;
      <%= link_to_edit taxonomy.id, :class => 'edit' %>
      &nbsp;
      <%= link_to_delete taxonomy %>
    </td>
  </tr>
<% end %>
</table>

Version data entries

6 entries across 6 versions & 5 rubygems

Version Path
apispree_core-0.0.0 app/views/admin/taxonomies/_list.html.erb~
My-Commerce_core-1.1.0 app/views/admin/taxonomies/_list.html.erb~
My-Commerce_core-1.0.0 app/views/admin/taxonomies/_list.html.erb~
MyCommerceapi-1.0.0 core/app/views/admin/taxonomies/_list.html.erb~
MyCommerce-0.0.3 core/app/views/admin/taxonomies/_list.html.erb~
rfcommerce_core-0.0.3 app/views/admin/taxonomies/_list.html.erb~