<% 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 %>

<% if !TrackThing.find_by_existing_track(@user, track_thing) && (!@user || @info_request.user != @user) %>

<%= 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 %>