foodsoft/app/views/suppliers/new.haml

7 lines
199 B
Plaintext
Raw Normal View History

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