ruby-paypal-example/app/views/payments/show.html.erb
2013-04-29 22:55:08 -07:00

11 lines
179 B
Plaintext

<p id="notice"><%= notice %></p>
<p>
<b>Profile:</b>
<%= @payment.profile %>
</p>
<%= link_to 'Edit', edit_payment_path(@payment) %> |
<%= link_to 'Back', payments_path %>