Sha256: 274f0c293d82d9f7a8bd2e55572d3a0879ca9bc65b0e84f07aa3a6c7f5b86fca

Contents?: true

Size: 583 Bytes

Versions: 27

Compression:

Stored size: 583 Bytes

Contents

<%= render :partial => 'spree/admin/shared/order_tabs', :locals => { :current => 'Adjustments' } %>

<h2><%= t(:adjustment) %></h2>

<%= render :partial => 'spree/shared/error_messages', :locals => { :target => @adjustment } %>
<%= form_for @adjustment, :url => admin_order_adjustment_path(@order, @adjustment), :method => :put do |f| %>
  <%= render :partial => 'form', :locals => { :f => f } %>

  <p class="form-buttons" data-hook="buttons">
    <%= button t(:continue) %>
    <%= t(:or) %> <%= link_to t('actions.cancel'), admin_order_adjustments_url(@order) %>
  </p>
<% end %>

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
spree_core-1.2.5 app/views/spree/admin/adjustments/edit.html.erb
spree_core-1.1.6 app/views/spree/admin/adjustments/edit.html.erb
spree_core-1.1.5 app/views/spree/admin/adjustments/edit.html.erb
spree_core-1.2.4 app/views/spree/admin/adjustments/edit.html.erb
spree_core-1.0.7 app/views/spree/admin/adjustments/edit.html.erb
spree_core-1.2.3 app/views/spree/admin/adjustments/edit.html.erb
spree_core-1.2.2 app/views/spree/admin/adjustments/edit.html.erb
spree_core-1.1.4 app/views/spree/admin/adjustments/edit.html.erb
spree_core-1.2.0 app/views/spree/admin/adjustments/edit.html.erb
spree_core-1.2.0.rc2 app/views/spree/admin/adjustments/edit.html.erb
spree_core-1.2.0.rc1 app/views/spree/admin/adjustments/edit.html.erb
spree_core-1.1.3 app/views/spree/admin/adjustments/edit.html.erb
spree_core-1.0.6 app/views/spree/admin/adjustments/edit.html.erb
spree_core-1.1.2 app/views/spree/admin/adjustments/edit.html.erb
spree_core-1.1.2.rc1 app/views/spree/admin/adjustments/edit.html.erb
spree_core-1.1.1 app/views/spree/admin/adjustments/edit.html.erb
spree_core-1.1.0 app/views/spree/admin/adjustments/edit.html.erb
spree_core-1.0.4 app/views/spree/admin/adjustments/edit.html.erb
spree_core-1.1.0.rc2 app/views/spree/admin/adjustments/edit.html.erb
spree_core-1.1.0.rc1 app/views/spree/admin/adjustments/edit.html.erb