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

6 lines
148 B
Text
Raw Normal View History

- title "Rechnung bearbeiten"
= render :partial => 'form'
= link_to "Anzeigen", [:finance, @invoice]
|
\#{link_to 'Zurück', finance_invoices_path}