Sha256: 329c8d5d00569b717dd8e5fefc84066cab884b209985f7f430c1900bbe44ed1e
Contents?: true
Size: 861 Bytes
Versions: 6
Compression:
Stored size: 861 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("#{t('spree.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 t('spree.continue') %> <%= link_to t('spree.actions.cancel'), admin_order_adjustments_url(@order), class: 'button' %> </div> </fieldset> <% end %>
Version data entries
6 entries across 6 versions & 1 rubygems