Sha256: b683b1bfdfb58b0fc034fbeff0a67ca58f6c3785c035885388cc385ab6f2a371

Contents?: true

Size: 325 Bytes

Versions: 12

Compression:

Stored size: 325 Bytes

Contents

<h2>All Orders</h2>
<%= link_to 'Download csv', admin_orders_path(:format => 'csv') %>
<table class="adminTable" cellspacing="0" cellpadding="0">
  <tr>
    <th>Number</th>
    <th>User</th>
    <th>Amount</th>
    <th>Type</th>
    <th>Date</th>
  </tr>
    <%= render :partial => 'order', :collection => @orders %>
</table>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
muck-commerce-3.0.1 app/views/admin/orders/index.html.erb
muck-commerce-0.2.8 app/views/admin/orders/index.html.erb
muck-commerce-0.2.7 app/views/admin/orders/index.html.erb
muck-commerce-0.2.6 app/views/admin/orders/index.html.erb
muck-commerce-0.2.5 app/views/admin/orders/index.html.erb
muck-commerce-0.2.4 app/views/admin/orders/index.html.erb
muck-commerce-0.2.3 app/views/admin/orders/index.html.erb
muck-commerce-0.2.2 app/views/admin/orders/index.html.erb
muck-commerce-0.2.1 app/views/admin/orders/index.html.erb
muck-commerce-0.2.0 app/views/admin/orders/index.html.erb
muck-commerce-0.1.9 app/views/admin/orders/index.html.erb
muck-commerce-0.1.8 app/views/admin/orders/index.html.erb