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

7 lines
176 B
Plaintext

- title _("New order")
- form_tag :action => 'create' do
= render :partial => 'form'
= submit_tag _("Put the order online")
|
= link_to _("Cancel"), :action => 'index'