fixes #232
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<% if post.appeals.any? %>
|
<% if (post.is_flagged? || post.is_deleted?) && post.appeals.any? %>
|
||||||
<div class="ui-corner-all ui-state-highlight notice">
|
<div class="ui-corner-all ui-state-highlight notice">
|
||||||
This post has been appealed: <%= post_appeal_reasons(post) %>
|
This post has been appealed: <%= post_appeal_reasons(post) %>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user