foodsoft/app/views/finance/invoices/edit.html.erb

7 lines
151 B
Plaintext

<h1>Editing invoice</h1>
<%= render :partial => 'form' %>
<%= link_to 'Show', [:finance, @invoice] %> |
<%= link_to 'Back', finance_invoices_path %>