<%= form_tag(moderator_post_disapproval_path, :class => "simple_form", :id => "detailed-rejection-form") do %> <%= hidden_field_tag "post_id", "x" %>

You can supply a short message to the uploader explaining why you rejected this upload.

<%= select_tag "reason", options_for_select([["Breaks Rules", "breaks_rules"], ["Poor Quality", "poor_quality"], ["No Interest", "disinterest"]]) %>
<%= text_field_tag "message" %>
<% end %>