Sha256: 946c46d89ec061645678cbedbdace5974a8ef0952c04f28e44b6ae22a3050d70

Contents?: true

Size: 522 Bytes

Versions: 12

Compression:

Stored size: 522 Bytes

Contents

<tr class="coupon">
  <td><%=coupon.code %></td>
  <td><%=coupon.amount %></td>
  <td><%=coupon.percent %></td>
  <td><%=coupon.uses %></td>
  <td><%=coupon.use_limit %></td>
  <td><%=coupon.unlimited %></td>
  <td><%=format_expired(coupon.expires_at) %></td>
  <td><%=format_date(coupon.created_at) %></td>
  <td><%=link_to "edit", edit_admin_coupon_path(coupon)  %></td>
  <td><%=link_to "delete", admin_coupon_path(coupon), :method => :delete, :confirm => translate('muck.commerce.coupon_delete_confirm') %></td>
</tr>

Version data entries

12 entries across 12 versions & 1 rubygems

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