Files
danbooru/app/views/unapprovals/new.html.erb
2011-02-08 19:11:14 -05:00

5 lines
218 B
Plaintext

<p>You can unapprove a post if you believe it breaks the rules or doesn't belong on this site. You must provide a reason.</p>
<%= form_for(@unapproval) do |f| %>
<%= f.text_area :reason, :size => "40x5" %>
<% end %>