fixes #2541 (only for new uploads, flagged posts will still show disapprovals immediately)

This commit is contained in:
r888888888
2015-10-27 11:48:51 -07:00
parent 3008a70b10
commit fea20c84dc
4 changed files with 5 additions and 5 deletions

View File

@@ -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 %>

View File

@@ -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" %>.