Sha256: 0b0602b55f5e93bf303a140892a66d344d600794440109616d3f2fc7c32172dd

Contents?: true

Size: 652 Bytes

Versions: 7

Compression:

Stored size: 652 Bytes

Contents

<%= render :partial => 'spree/admin/shared/order_tabs', :locals => { :current => 'Adjustments' } %>

<% content_for :page_title do %>
   <i class="icon-arrow-right"></i> <%= t(:adjustments) %>
<% end %>

<% content_for :page_actions do %>  
  <li><%= button_link_to t(:new_adjustment), new_admin_order_adjustment_url(@order), :icon => 'icon-plus' %></li>
  <li><%= button_link_to t(:back_to_orders_list), admin_orders_path, :icon => 'icon-arrow-left' %></li>
<% end %>

<%= render :partial => 'adjustments_table' %>

<%= button_link_to t(:continue), @order.cart? ? new_admin_order_payment_url(@order) : admin_orders_url, :icon => 'icon-arrow-right' %>

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
spree_core-1.3.3 app/views/spree/admin/adjustments/index.html.erb
spree_core-1.3.2 app/views/spree/admin/adjustments/index.html.erb
spree_core-1.3.1 app/views/spree/admin/adjustments/index.html.erb
spree_core-1.3.0 app/views/spree/admin/adjustments/index.html.erb
spree_core-1.3.0.rc2 app/views/spree/admin/adjustments/index.html.erb
dup_spree_core-1.3.0.rc1 app/views/spree/admin/adjustments/index.html.erb
spree_core-1.3.0.rc1 app/views/spree/admin/adjustments/index.html.erb