summaryrefslogtreecommitdiff
path: root/help/app/views/tickets/_new_comment.html.haml
blob: 31d134f163113a3f6d89759acedad8ef99eee92d (plain)
1
2
= f.simple_fields_for :comments, @comment do |c|
  = c.input :body, :label => 'Comment', :as => :text, :input_html => {:class => "span9", :rows=>4}