Sha256: 20d66e0d06a10f0c427641fdc2bcc3612fe1cab284232e2abb17a05931602f21
Contents?: true
Size: 996 Bytes
Versions: 6
Compression:
Stored size: 996 Bytes
Contents
<%= render :partial => 'spree/admin/shared/order_tabs', :locals => { :current => 'Adjustments' } %> <% content_for :page_title do %> <i class="fa fa-arrow-right"></i> <%= Spree.t('actions.edit') %> <%= Spree.t(:adjustment) %> <% end %> <% content_for :page_actions do %> <li><%= button_link_to Spree.t(:back_to_adjustments_list), spree.admin_order_adjustments_url(@order), :icon => 'arrow-left' %></li> <% 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), 'arrow-right' %> <%= link_to_with_icon 'remove', Spree.t('actions.cancel'), admin_order_adjustments_url(@order), :class => 'button' %> </div> </fieldset> <% end %>
Version data entries
6 entries across 6 versions & 1 rubygems