modqueue: remove highlighting of high/low scoring posts.
This commit is contained in:
@@ -2,9 +2,5 @@
|
||||
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.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Posts with score -3 or lower are marked red.
|
||||
Posts with score 3 or higher are marked green.
|
||||
</p>
|
||||
<p>Posts with the <%= link_to_wikis(*Danbooru.config.modqueue_quality_warning_tags) %> tags are marked in yellow.</p>
|
||||
<p>Posts with the <%= link_to_wikis(*Danbooru.config.modqueue_sample_warning_tags) %> tags are marked in light red.</p>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%= content_tag(:div, { id: "post-#{post.id}", class: ["post", "mod-queue-preview", "column-container", *PostPresenter.preview_class(post, highlight_score: true)].join(" ") }.merge(PostPresenter.data_attributes(post))) do %>
|
||||
<%= content_tag(:div, { id: "post-#{post.id}", class: ["post", "mod-queue-preview", "column-container", *PostPresenter.preview_class(post)].join(" ") }.merge(PostPresenter.data_attributes(post))) do %>
|
||||
<aside class="column column-shrink">
|
||||
<%= PostPresenter.preview(post, size: true) %>
|
||||
</aside>
|
||||
|
||||
Reference in New Issue
Block a user