foodsoft/app/views/suppliers/new.haml

7 lines
154 B
Plaintext
Raw Normal View History

2009-01-06 11:49:19 +01:00
%h1 Neue Lieferantinn
- form_for @supplier do |@f|
2009-01-06 11:49:19 +01:00
= render :partial => 'form'
= submit_tag "Speichern"
|
= link_to 'Abbrechen', suppliers_path
2009-01-06 11:49:19 +01:00