Report Post

Thread: <%= @post.topic_thread.title %>

"<%= truncate(@post.body, :length=>400, :omission=>"...") %>" by <%= @post.created_by_user.display_name %> <%= time_ago_in_words(@post.created_at) %> ago

To report this post please enter your concerns below.

<%= form_for "post_report", :url=>"/forums/report/#{@post.id}" do |f| %> <%= text_area_tag "body", params[:body] ? params[:body] : "I would like to bring this post to your attention because...\n\n ", {:rows=>"10", :style=>"width: 950px;"} %>
<%= submit_tag "Send" %> <% end %>