Sha256: 1b5fc00bfbe5126db123f71c96f941071804571c2fa5f6e35939671473ef2701
Contents?: true
Size: 896 Bytes
Versions: 15
Compression:
Stored size: 896 Bytes
Contents
<%= render :partial => 'spree/admin/shared/order_tabs', :locals => { :current => 'Adjustments' } %> <% admin_breadcrumb(link_to plural_resource_name(Spree::Adjustment), spree.admin_order_adjustments_path(@order)) %> <% admin_breadcrumb("#{Spree.t('actions.edit')} #{Spree::Adjustment.model_name.human}") %> <% content_for :page_actions do %> <% 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 Spree.t(:continue) %> <%= link_to Spree.t('actions.cancel'), admin_order_adjustments_url(@order), :class => 'button' %> </div> </fieldset> <% end %>
Version data entries
15 entries across 15 versions & 1 rubygems