Sha256: dbcf2d21694231f9648cc90dfd844e93dc1ff8f6c3a8f75ed46beb152ef35c13
Contents?: true
Size: 647 Bytes
Versions: 8
Compression:
Stored size: 647 Bytes
Contents
<div class='toolbar'> <ul class='actions'> <% if @order.outstanding_balance? %> <li> <%= 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