foodsoft/app/views/finance/invoices/edit.html.erb
2009-01-18 17:42:51 +01:00

6 lines
151 B
Text

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