Sha256: 693a9c0fdc4a6a7707be4edd2bc7df71b3377738ceefea4c10c62a9aed87d793

Contents?: true

Size: 672 Bytes

Versions: 19

Compression:

Stored size: 672 Bytes

Contents

<div class='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

19 entries across 19 versions & 6 rubygems

Version Path
apispree_core-0.0.0 app/views/admin/payments/index.html.erb
My-Commerce_core-1.1.0 app/views/admin/payments/index.html.erb
My-Commerce_core-1.0.0 app/views/admin/payments/index.html.erb
MyCommerceapi-1.0.0 core/app/views/admin/payments/index.html.erb
MyCommerce-0.0.3 core/app/views/admin/payments/index.html.erb
rfcommerce_core-0.0.3 app/views/admin/payments/index.html.erb
spree_core-0.60.6 app/views/admin/payments/index.html.erb
spree_core-0.60.5 app/views/admin/payments/index.html.erb
spree_core-0.50.4 app/views/admin/payments/index.html.erb
spree_core-0.60.4 app/views/admin/payments/index.html.erb
spree_core-0.50.3 app/views/admin/payments/index.html.erb
spree_core-0.60.3 app/views/admin/payments/index.html.erb
spree_core-0.60.2 app/views/admin/payments/index.html.erb
spree_core-0.60.1 app/views/admin/payments/index.html.erb
spree_core-0.60.0 app/views/admin/payments/index.html.erb
spree_core-0.60.0.RC1 app/views/admin/payments/index.html.erb
spree_core-0.50.2 app/views/admin/payments/index.html.erb
spree_core-0.50.1 app/views/admin/payments/index.html.erb
spree_core-0.50.0 app/views/admin/payments/index.html.erb