diff --git a/app/views/posts/partials/show/_notices.html.erb b/app/views/posts/partials/show/_notices.html.erb index 401ce0398..663e22241 100644 --- a/app/views/posts/partials/show/_notices.html.erb +++ b/app/views/posts/partials/show/_notices.html.erb @@ -25,7 +25,7 @@ <% end %> -<% if post.appeals.any? %> +<% if (post.is_flagged? || post.is_deleted?) && post.appeals.any? %>