Sha256: 99f533fbf14d01733b61ef4a5942b9c525b1d668fca15a4c04eecd68e2041571
Contents?: true
Size: 776 Bytes
Versions: 16
Compression:
Stored size: 776 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(:new_adjustment)) %> <% content_for :page_actions do %> <% end %> <%= render partial: 'spree/shared/error_messages', locals: { target: @adjustment } %> <%= form_for @adjustment, url: admin_order_adjustments_path 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) %> <%= button_link_to Spree.t('actions.cancel'), admin_order_adjustments_url(@order) %> </div> </fieldset> <% end %>
Version data entries
16 entries across 16 versions & 1 rubygems