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

7 lines
176 B
Plaintext
Raw Normal View History

2009-01-06 11:49:19 +01:00
- title _("New order")
- form_tag :action => 'create' do
= render :partial => 'form'
= submit_tag _("Put the order online")
|
= link_to _("Cancel"), :action => 'index'