foodsoft/app/views/orders/edit.html.haml
2009-03-01 18:45:34 +01:00

7 lines
No EOL
201 B
Text

- title _("Edit order")
- form_for @order do |form|
= render :partial => 'form', :locals => { :form => form }
= submit_tag "Speichern"
|
= link_to "Abbrechen", :action => 'show', :id => @order