foodsoft/app/views/suppliers/edit.haml

6 lines
156 B
Plaintext

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