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

4 lines
130 B
Plaintext
Raw Normal View History

- title t('.title')
= render :partial => 'form', :locals => {:invoice_id => 0}
2015-06-06 20:20:07 +02:00
= link_to t('ui.or_cancel'), finance_invoices_path