ruby-paypal-example/app/views/payments/show.html.erb

11 lines
179 B
Plaintext
Raw Normal View History

2013-04-30 05:55:08 +00:00
<p id="notice"><%= notice %></p>
<p>
<b>Profile:</b>
<%= @payment.profile %>
</p>
<%= link_to 'Edit', edit_payment_path(@payment) %> |
<%= link_to 'Back', payments_path %>