Sha256: 40b45570ebbbe2c513af8b955b5bac57bcaac22abcad7def5309d1deb3227daa
Contents?: true
Size: 860 Bytes
Versions: 16
Compression:
Stored size: 860 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
16 entries across 16 versions & 1 rubygems