11 lines
179 B
Plaintext
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 %>
|