Sha256: 54f8a5b831a846dae0d2b31d09ca38e2e08f5cbbe1613fe00f9df20cc007dff6
Contents?: true
Size: 686 Bytes
Versions: 1
Compression:
Stored size: 686 Bytes
Contents
<p id="notice"><%= notice %></p> <p> <strong>Stripe:</strong> <%= @coupon.stripe_id %> </p> <p> <strong>Duration:</strong> <%= @coupon.duration %> </p> <p> <strong>Amount off:</strong> <%= @coupon.amount_off %> </p> <p> <strong>Currency:</strong> <%= @coupon.currency %> </p> <p> <strong>Duration in months:</strong> <%= @coupon.duration_in_months %> </p> <p> <strong>Max redemptions:</strong> <%= @coupon.max_redemptions %> </p> <p> <strong>Percent off:</strong> <%= @coupon.percent_off %> </p> <p> <strong>Redeem by:</strong> <%= @coupon.redeem_by %> </p> <%= link_to 'Edit', edit_coupon_path(@coupon) %> | <%= link_to 'Back', coupons_path %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tang-0.0.1 | app/views/tang/admin/coupons/show.html.erb |