Sha256: e46c86efc8fc8d6170e88017a0831b996b43f8c1e991681c1aa60f46da1e6aca
Contents?: true
Size: 778 Bytes
Versions: 6
Compression:
Stored size: 778 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.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 t('spree.continue') %> <%= button_link_to t('spree.actions.cancel'), admin_order_adjustments_url(@order) %> </div> </fieldset> <% end %>
Version data entries
6 entries across 6 versions & 1 rubygems