Sha256: db9ab6fe265fe4e0573d423a0b89e05430f405351a63841195a3035f5e173c89

Contents?: true

Size: 264 Bytes

Versions: 6

Compression:

Stored size: 264 Bytes

Contents

<h1><%= t("editing_coupon") %></h1>
<%= error_messages_for :coupon %>
<% form_for(@coupon, :url => object_url, :html => { :method => :put }) do |f| %>
  <%= render :partial => "form", :locals => { :f => f } %>
  <p>
    <%=submit_tag t("update")%>
  </p>
<% end %>

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
spree-enriquez-0.9.4 app/views/admin/coupons/edit.html.erb
spree-0.9.4 app/views/admin/coupons/edit.html.erb
spree-0.9.3 app/views/admin/coupons/edit.html.erb
spree-0.9.2 app/views/admin/coupons/edit.html.erb
spree-0.9.1 app/views/admin/coupons/edit.html.erb
spree-0.9.0 app/views/admin/coupons/edit.html.erb