diff --git a/app/views/pool_elements/_new.html.erb b/app/views/pool_elements/_new.html.erb new file mode 100644 index 000000000..0a3b5c92f --- /dev/null +++ b/app/views/pool_elements/_new.html.erb @@ -0,0 +1,20 @@ +
If this post was automatically deleted, then it means at least ten janitors all thought it didn't belong on the site. If you still believe this image was wrongfully deleted, then you can appeal its deletion.
+ +All users are limited to one appeal a day. For more details, please read the <%= link_to "wiki", wiki_pages_path(:title => "help:deletion_appeals") %>.
+ + <%= simple_form_for(@post_appeal, :remote => true, :format => :js) do |f| %> + <%= hidden_field_tag "post_appeal[post_id]", @post_appeal.post_id %> + <%= f.text_field :reason, :size => "40x5" %> + <% end %> +If you believe a post does not belong on this site, you can flag for its deletion. As a reminder, the following are some common reasons for flagging a post:
+ +The following are NOT valid reasons for flagging a post:
+ +Enter a reason:
+ + <%= simple_form_for(@post_flag, :remote => true, :format => :js) do |f| %> + <%= f.input :post_id, :as => :hidden %> + <%= f.text_field :reason %> + <% end %> +