Sha256: 0fa8f65baee9968c74047897d13a2136b4e5c1ff606769458f57cfc2cfa74ed8
Contents?: true
Size: 953 Bytes
Versions: 9
Compression:
Stored size: 953 Bytes
Contents
<%= render :partial => 'spree/admin/shared/order_tabs', :locals => { :current => 'Adjustments' } %> <% content_for :page_title do %> <i class="icon-arrow-right"></i> <%= t(:new_adjustment) %> <% end %> <% content_for :page_actions do %> <li><%= button_link_to t(:back_to_adjustments_list), spree.admin_order_adjustments_url(@order), :icon => 'icon-arrow-left' %></li> <% 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(:continue), 'icon-arrow-right' %> <span class="or"><%= t(:or) %></span> <%= button_link_to t('actions.cancel'), admin_order_adjustments_url(@order), :icon => 'icon-remove' %> </div> </fieldset> <% end %>
Version data entries
9 entries across 9 versions & 2 rubygems