Sha256: bf71b175be22a89cefc88d59d69beaf4fcb9fcac46b62a6717050b545e10dfe1
Contents?: true
Size: 735 Bytes
Versions: 5
Compression:
Stored size: 735 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 :partial => 'spree/admin/shared/order_tabs', :locals => { :current => 'Payments' } %> <% if @order.outstanding_balance? %> <p><%= @order.outstanding_balance < 0 ? t(:credit_owed) : t(:balance_due) %> <strong><%= money(@order.outstanding_balance) %></strong></p> <% end %> <h2><%= t(:payments) %></h2> <%= render :partial => 'list', :locals => { :payments => @payments } %> <%= button_link_to t(:continue), admin_orders_url %>
Version data entries
5 entries across 5 versions & 1 rubygems