Sha256: a30ca57f854ed6d6d6138e1dca8101084f99389bd85af62e0c7cb299297fad81

Contents?: true

Size: 665 Bytes

Versions: 15

Compression:

Stored size: 665 Bytes

Contents

<table>
	<tr>
    <td><%=t("code")%>:</td>
    <td><%= f.text_field :code, {"style" => "width:200px"} %></td>
  </tr>
	<tr>
    <td><%=t("description")%>:</td>
    <td><%= f.text_field :description, {"style" => "width:200px"} %></td>
  </tr>
	<tr>
    <td><%=t("usage_limit")%>:</td>
    <td><%= f.text_field :usage_limit, {"style" => "width:200px"} %></td>
  </tr>
	<tr>
    <td><%=t("combine")%>:</td>
    <td><%= f.check_box :combine %></td>
  </tr>
	<tr>
    <td><%=t("expiration")%>:</td>
    <td><%= date_select :coupon, :expires_at, :prompt => true, :use_month_numbers => true %></td>
  </tr>
</table>

<%= render "admin/shared/calculator_fields", :f => f %>

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
spree-0.11.4 vendor/extensions/theme_default/app/views/admin/coupons/_form.html.erb
spree-0.11.3 vendor/extensions/theme_default/app/views/admin/coupons/_form.html.erb
spree-0.11.2 vendor/extensions/theme_default/app/views/admin/coupons/_form.html.erb
spree-0.11.1 vendor/extensions/theme_default/app/views/admin/coupons/_form.html.erb
spree-0.11.0 vendor/extensions/theme_default/app/views/admin/coupons/_form.html.erb
spree-0.10.2 vendor/extensions/theme_default/app/views/admin/coupons/_form.html.erb
spree-0.10.1 vendor/extensions/theme_default/app/views/admin/coupons/_form.html.erb
spree-0.10.0 vendor/extensions/theme_default/app/views/admin/coupons/_form.html.erb
spree-0.10.0.beta vendor/extensions/theme_default/app/views/admin/coupons/_form.html.erb
spree-enriquez-0.9.4 app/views/admin/coupons/_form.html.erb
spree-0.9.4 app/views/admin/coupons/_form.html.erb
spree-0.9.3 app/views/admin/coupons/_form.html.erb
spree-0.9.2 app/views/admin/coupons/_form.html.erb
spree-0.9.1 app/views/admin/coupons/_form.html.erb
spree-0.9.0 app/views/admin/coupons/_form.html.erb