Sha256: 5383a03d1fd037fc159016fef3ff4c6a47dcd1e5a92e0c8dbe80a8677f83fec7

Contents?: true

Size: 1015 Bytes

Versions: 9

Compression:

Stored size: 1015 Bytes

Contents

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

<% content_for :page_title do %>
  <i class="icon-arrow-right"></i> <%= t(:edit) %> <%= t(:adjustment) %>
<% end %>

<% content_for :page_actions do %>
  <li><%= button_link_to t(:back_to_adjustments_list), spree.admin_order_adjustments_url(@order), :icon => 'icon-arrow-left' %></li>
<% end %>

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

    <div class="filter-actions actions" data-hook="buttons">
      <%= button t(:continue), 'icon-arrow-right' %>
      <span class="or"><%= t(:or) %></span>
      <%= link_to_with_icon 'icon-remove', t('actions.cancel'), admin_order_adjustments_url(@order), :class => 'button' %>
    </div>
  </fieldset>
<% end %>

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
spree_core-1.3.5 app/views/spree/admin/adjustments/edit.html.erb
spree_core-1.3.4 app/views/spree/admin/adjustments/edit.html.erb
spree_core-1.3.3 app/views/spree/admin/adjustments/edit.html.erb
spree_core-1.3.2 app/views/spree/admin/adjustments/edit.html.erb
spree_core-1.3.1 app/views/spree/admin/adjustments/edit.html.erb
spree_core-1.3.0 app/views/spree/admin/adjustments/edit.html.erb
spree_core-1.3.0.rc2 app/views/spree/admin/adjustments/edit.html.erb
dup_spree_core-1.3.0.rc1 app/views/spree/admin/adjustments/edit.html.erb
spree_core-1.3.0.rc1 app/views/spree/admin/adjustments/edit.html.erb