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