foodsoft/app/views/orders/new.html.haml

7 lines
No EOL
206 B
Text

- title "Neue Bestellung anlegen"
- form_for @order do |form|
= render :partial => 'form', :locals => { :form => form }
= submit_tag "Bestellung online stellen"
|
= link_to "Abbrechen", orders_path