foodsoft/app/views/order_comments/_form.html.haml

5 lines
196 B
Plaintext

= simple_form_for order_comment, :remote => true, :validate => true do |f|
= f.hidden_field :order_id
= f.hidden_field :user_id
= f.input :text, :input_html => {:size => "50x6"}
= f.submit