Sha256: c203555f3bdf6aefbb09cafda1b7cd9e9f307151d3947b137b77e052c3f6243c

Contents?: true

Size: 329 Bytes

Versions: 8

Compression:

Stored size: 329 Bytes

Contents

<h1><%= t(:editing_promotion) %></h1>

<%= form_for @promotion, :url => object_url, :html => { :method => :put } do |f| %>
  <%= render :partial => 'form', :locals => { :f => f } %>
  <%= render 'admin/shared/edit_resource_links' %>
<% end %>

<%= render 'rules' %>

<div id="actions_container">
  <%= render 'actions' %>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
spree_promo-0.70.7 app/views/admin/promotions/edit.html.erb
spree_promo-0.70.6 app/views/admin/promotions/edit.html.erb
spree_promo-0.70.5 app/views/admin/promotions/edit.html.erb
spree_promo-0.70.4 app/views/admin/promotions/edit.html.erb
spree_promo-0.70.3 app/views/admin/promotions/edit.html.erb
spree_promo-0.70.2 app/views/admin/promotions/edit.html.erb
spree_promo-0.70.1 app/views/admin/promotions/edit.html.erb
spree_promo-0.70.0 app/views/admin/promotions/edit.html.erb