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 %> &nbsp; <%= link_to_delete taxonomy %>
    </td>
  </tr>
<% end %>
</table>

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
kdmny-spree-0.0.1 app/views/admin/taxonomies/_list.html.erb
spree-0.8.4 app/views/admin/taxonomies/_list.html.erb
spree-0.8.5 app/views/admin/taxonomies/_list.html.erb
spree-0.8.0 app/views/admin/taxonomies/_list.html.erb
spree-0.8.1 app/views/admin/taxonomies/_list.html.erb
spree-0.8.2 app/views/admin/taxonomies/_list.html.erb
spree-0.8.3 app/views/admin/taxonomies/_list.html.erb