Sha256: 959a6896cff842330b3836675cf552cbf12671425a8f7f5686c1ad41a38b7210

Contents?: true

Size: 523 Bytes

Versions: 12

Compression:

Stored size: 523 Bytes

Contents

<h2>Active Coupon Codes</h2>
  %table
    %tr
      %th 
        Code
      %th 
        Amount
      %th 
        Percent
      %th 
        Total Uses
      %th 
        Use limit
      %th
        Unlimited
      %th
        Expires
      %th
        Created
      %th
      %th  
    = render :partial => "admin/coupons/coupon", :collection => @coupons

.rail
  = button_to "Add new Discount Code", new_admin_coupon_path, :method => :get
  = button_to "Bulk Add Discount Codes", bulk_admin_coupons_path, :method => :get

Version data entries

12 entries across 12 versions & 1 rubygems

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