fixes #2541 (only for new uploads, flagged posts will still show disapprovals immediately)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<% if disapprovals.count > 0 %>
|
||||
<% if disapprovals.count > 0 && (CurrentUser.can_approve_posts? || post.created_at < 3.days.ago) %>
|
||||
<% if disapprovals.breaks_rules.count > 0 %>
|
||||
(breaks rules: <%= disapprovals.breaks_rules.count %>)
|
||||
<% end %>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<% if disapprovals.count > 0 %>
|
||||
<% if disapprovals.count > 0 && (CurrentUser.can_approve_posts? || post.created_at < 3.days.ago) %>
|
||||
<p>
|
||||
It has been reviewed by <%= pluralize disapprovals.count, "moderator" %>.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user