Open-Source-Access-Control-.../app/views/payments/edit.html.erb
2014-02-09 00:56:48 -07:00

7 lines
119 B
Plaintext
Executable File

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