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

5 lines
119 B
Plaintext
Raw Normal View History

2009-01-18 17:42:51 +01:00
<% title "Neue Rechnung anlegen" -%>
2009-01-18 17:42:51 +01:00
<%= render :partial => 'form' %>
<%= link_to 'Zurück', finance_invoices_path %>