<% @title = "Preview new annotation on '" + h(@info_request.title) + "'" %> <% form_for(:comment, @comment, :html => { :id => 'preview_form' }, :url => { :controller => "comment", :action => "new", :type => "request" } ) do |f| %>

Now preview your annotation

<%= render :partial => 'comment/single_comment', :locals => { :comment => @comment } %>

Your name and annotation will appear in search engines.

<%= f.hidden_field(:body) %> <% if params[:subscribe_to_request] %> <%= hidden_field_tag(:subscribe_to_request, "1") %> <% end %> <%= hidden_field_tag(:submitted_comment, 1) %> <%= hidden_field_tag(:preview, 0 ) %> <%= submit_tag "Re-edit this annotation", :name => 'reedit' %> <%= submit_tag "Post annotation", :name => 'submit' %>

<% end %>