foodsoft/app/views/suppliers/new.haml

7 lines
No EOL
154 B
Text

%h1 Neue Lieferantinn
- form_for @supplier do |@f|
= render :partial => 'form'
= submit_tag "Speichern"
|
= link_to 'Abbrechen', suppliers_path