% form_for(:comment, @comment, :url => { :controller => "comment", :action => "new", :type => "request" }, :html => { :id => 'comment_form' } ) do |f| %>
<%= f.text_area :body, :rows => 10, :cols => 55 %>
<%= check_box_tag 'subscribe_to_request', "1", params[:subscribe_to_request] ? true : false %>
<% end %><%= hidden_field_tag 'submitted_comment', 1 %> <%= hidden_field_tag 'preview', 1 %> <%= submit_tag "Preview your annotation" %> (no ranty politics, read our moderation policy)
<% end %>