Open-Source-Access-Control-.../app/views/payments/edit.html.erb
2013-02-12 01:58:17 -07:00

7 lines
119 B
Plaintext

<h1>Editing payment</h1>
<%= render 'form' %>
<%= link_to 'Show', @payment %> |
<%= link_to 'Back', payments_path %>