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

7 lines
151 B
Plaintext
Raw Normal View History

<h1>Editing invoice</h1>
2009-01-18 17:42:51 +01:00
<%= render :partial => 'form' %>
<%= link_to 'Show', [:finance, @invoice] %> |
<%= link_to 'Back', finance_invoices_path %>