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