Sha256: 704fc7f31bfe15fbe8f856363e7d2438c8a5739e1cb5300e24036ec052a5f5a5

Contents?: true

Size: 687 Bytes

Versions: 8

Compression:

Stored size: 687 Bytes

Contents

<div class="toolbar" data-hook="toolbar">
  <ul class="actions">
<% if @order.outstanding_balance? %>
    <li id="new_payment_section">
      <%= button_link_to t(:new_payment), new_admin_order_payment_url(@order), :icon => 'add' %>
    </li>
<% end %>
  </ul>
  <br class="clear" />
</div>

<%= render 'admin/shared/order_tabs', :current => 'Payments' %>

<% if @order.outstanding_balance? %>
  <p><%= @order.outstanding_balance < 0 ? t(:credit_owed) : t(:balance_due) %> <strong><%= number_to_currency @order.outstanding_balance %></strong></p>
<% end %>

<h2><%= t(:payments) %></h2>
<%= render 'list', :payments => @payments %>


<%= button_link_to t(:continue), admin_orders_url %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
spree_core-0.70.7 app/views/admin/payments/index.html.erb
spree_core-0.70.6 app/views/admin/payments/index.html.erb
spree_core-0.70.5 app/views/admin/payments/index.html.erb
spree_core-0.70.4 app/views/admin/payments/index.html.erb
spree_core-0.70.3 app/views/admin/payments/index.html.erb
spree_core-0.70.2 app/views/admin/payments/index.html.erb
spree_core-0.70.1 app/views/admin/payments/index.html.erb
spree_core-0.70.0 app/views/admin/payments/index.html.erb