Moderation Queue

Deletion Guidelines

As a general rule, you should only approve of posts that you personally like. Posts that are not approved in three days will be automatically deleted. Posts with score -3 or lower are marked red. Posts with score 3 or higher are marked green. Posts with the duplicate tag are marked in yellow. <% if params[:hidden] %> <%= link_to "View pending posts", moderator_post_queue_path(:query => params[:query], :hidden => nil) %>. <% else %> <%= link_to "View hidden posts", moderator_post_queue_path(:query => params[:query], :hidden => true) %>. <% end %>

<% @posts.each do |post| %> <%= render "post", post: post %> <% end %>
<%= numbered_paginator(@posts) %>
<%= render "post_disapprovals/detailed_rejection_dialog" %> <%= render "posts/partials/common/secondary_links" %> <% content_for(:page_title) do %> Mod Queue - <%= Danbooru.config.app_name %> <% end %>