Sha256: 99568c725b6af34a8fce8f3b4721bdb45e3b724d68de46af3205cbba97e8a86f
Contents?: true
Size: 679 Bytes
Versions: 1
Compression:
Stored size: 679 Bytes
Contents
<tr id="<%= dom_id(payment) %>"> <td width="25%"><%= payment.payment_type%></td> <td width="25%"><%= datestamp payment.created_at %></td> <td width="25*"><%= payment.status == "Approved" ? number_to_currency(payment.amount) : payment.status %> <% if (payment.payment_type == 'Staff' && payment.status == 'Pending') -%>(Request sent)<% end -%></td> <td width="*" style="text-align: right;"><% if (payment.payment_type != "Credit Card" && payment.status != "Approved" && !@application.frozen?) %><%= link_to_remote("Delete", {:url => application_payment_path(@application, payment), :method => :DELETE, :confirm => "Are you sure?"}, :class => "destroy")%><% end -%></td> </tr>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fe-0.0.4 | app/views/fe/payment_pages/_payment.html.erb |