Sha256: 89d2c872d64e8635829732925196151bee742c5821269447bbfc7397be676054

Contents?: true

Size: 698 Bytes

Versions: 37

Compression:

Stored size: 698 Bytes

Contents

<div class='toolbar'>
  <ul class='actions'>
    <li>
      <%= button_link_to t("new_shipping_category"), new_object_url, :icon => 'add'  %>
    </li>
  </ul>
  <br class='clear' />
</div>

<h1><%=t("shipping_categories") %></h1>
<table class="index">
  <thead>
    <tr>
      <th><%= t("name") %></th>
      <th><%= t("action") %></th>
    </tr>
  </thead>
  <tbody>
    <% @shipping_categories.each do |shipping_category|%>
    <tr id="<%= dom_id shipping_category %>">
      <td width="350px"><%= shipping_category.name %></td>
      <td>
      	<%= link_to_edit shipping_category %> &nbsp;
      	<%= link_to_delete shipping_category %>
      </td>
    </tr>
    <% end %>
  </tbody>
</table>

Version data entries

37 entries across 37 versions & 7 rubygems

Version Path
spree-0.11.4 vendor/extensions/theme_default/app/views/admin/shipping_categories/index.html.erb
apispree_core-0.0.0 app/views/admin/shipping_categories/index.html.erb
My-Commerce_core-1.1.0 app/views/admin/shipping_categories/index.html.erb
My-Commerce_core-1.0.0 app/views/admin/shipping_categories/index.html.erb
MyCommerceapi-1.0.0 core/app/views/admin/shipping_categories/index.html.erb
MyCommerce-0.0.3 core/app/views/admin/shipping_categories/index.html.erb
rfcommerce_core-0.0.3 app/views/admin/shipping_categories/index.html.erb
spree_core-0.60.6 app/views/admin/shipping_categories/index.html.erb
spree_core-0.60.5 app/views/admin/shipping_categories/index.html.erb
spree-0.11.3 vendor/extensions/theme_default/app/views/admin/shipping_categories/index.html.erb
spree_core-0.30.2 app/views/admin/shipping_categories/index.html.erb
spree_core-0.40.4 app/views/admin/shipping_categories/index.html.erb
spree_core-0.50.4 app/views/admin/shipping_categories/index.html.erb
spree_core-0.60.4 app/views/admin/shipping_categories/index.html.erb
spree_core-0.50.3 app/views/admin/shipping_categories/index.html.erb
spree_core-0.60.3 app/views/admin/shipping_categories/index.html.erb
spree_core-0.60.2 app/views/admin/shipping_categories/index.html.erb
spree_core-0.60.1 app/views/admin/shipping_categories/index.html.erb
spree_core-0.60.0 app/views/admin/shipping_categories/index.html.erb
spree_core-0.60.0.RC1 app/views/admin/shipping_categories/index.html.erb