2009-01-06 11:49:19 +01:00
|
|
|
- title _("Edit order")
|
|
|
|
|
2009-01-29 01:57:51 +01:00
|
|
|
- form_for @order do |form|
|
|
|
|
= render :partial => 'form', :locals => { :form => form }
|
2009-03-01 18:45:34 +01:00
|
|
|
= submit_tag "Speichern"
|
2009-01-06 11:49:19 +01:00
|
|
|
|
|
2009-03-01 18:45:34 +01:00
|
|
|
= link_to "Abbrechen", :action => 'show', :id => @order
|