Sha256: 872f587a4b6ae941cf350787ba6f32c3d6e224e2c854855d91249ee5181d2246
Contents?: true
Size: 926 Bytes
Versions: 9
Compression:
Stored size: 926 Bytes
Contents
<%= render :partial => 'spree/admin/shared/order_tabs', :locals => { :current => 'Payments' } %> <% content_for :page_actions do %> <% if @order.outstanding_balance? %> <li id="new_payment_section"> <%= button_link_to t(:new_payment), new_admin_order_payment_url(@order), :icon => 'icon-plus' %> </li> <% end %> <li><%= button_link_to t(:back_to_orders_list), admin_orders_path, :icon => 'icon-arrow-left' %></li> <% end %> <% content_for :page_title do %> <i class="icon-arrow-right"></i> <%= t(:payments) %> <% end %> <% if @order.outstanding_balance? %> <h5 class="outstanding-balance"><%= @order.outstanding_balance < 0 ? t(:credit_owed) : t(:balance_due) %>: <strong><%= @order.display_outstanding_balance %></strong></h5> <% end %> <%= render :partial => 'list', :locals => { :payments => @payments } %> <%= button_link_to t(:continue), admin_orders_url, :icon => 'icon-arrow-right' %>
Version data entries
9 entries across 9 versions & 2 rubygems