diff --git a/app/views/moderator/post/queues/_desc.html.erb b/app/views/moderator/post/queues/_desc.html.erb new file mode 100644 index 000000000..a42d7913b --- /dev/null +++ b/app/views/moderator/post/queues/_desc.html.erb @@ -0,0 +1,23 @@ +
+ 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 + <%= link_to "hard translated", wiki_pages_path(title: "hard_translated") %>, + <%= link_to "self upload", wiki_pages_path(title: "self_upload") %>, + <%= link_to "nude filter", wiki_pages_path(title: "nude_filter") %>, + <%= link_to "photoshop", wiki_pages_path(title: "photoshop") %>, or + <%= link_to "screencap", wiki_pages_path(title: "screencap") %> + tag are marked in yellow. + Posts with the + <%= link_to "duplicate", wiki_pages_path(title: "duplicate") %>, + <%= link_to "image sample", wiki_pages_path(title: "image_sample") %>, + <%= link_to "md5 mismatch", wiki_pages_path(title: "md5_mismatch") %>, + <%= link_to "resized", wiki_pages_path(title: "resized") %>, + <%= link_to "upscaled", wiki_pages_path(title: "upscaled") %>, or + <%= link_to "downscaled", wiki_pages_path(title: "downscaled") %> + tag are marked in light red. +
diff --git a/app/views/moderator/post/queues/random.html.erb b/app/views/moderator/post/queues/random.html.erb index d95a164b0..deaf5653c 100644 --- a/app/views/moderator/post/queues/random.html.erb +++ b/app/views/moderator/post/queues/random.html.erb @@ -7,9 +7,9 @@Here are five random posts that are up for moderation. See if any of them are worth approving. Once you finish processing all of them you will be taken to the previous URL (<%= params[:return_to] %>).
- 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. -
+ + <%= render "desc" %> + <% @posts.each do |post| %> diff --git a/app/views/moderator/post/queues/show.html.erb b/app/views/moderator/post/queues/show.html.erb index 14a83da03..7d1e2b477 100644 --- a/app/views/moderator/post/queues/show.html.erb +++ b/app/views/moderator/post/queues/show.html.erb @@ -13,8 +13,10 @@- 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 %>