Tweak banned post message
Banned posts are not technically deleted
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
<% if (post.is_banned? || post.is_deleted?) && post.flags.empty? %>
|
<% if (post.is_banned? || post.is_deleted?) && post.flags.empty? %>
|
||||||
<div class="ui-corner-all ui-state-highlight notice notice-deleted">
|
<div class="ui-corner-all ui-state-highlight notice notice-deleted">
|
||||||
<% if post.is_banned? %>
|
<% if post.is_banned? %>
|
||||||
This post was deleted because it was requested by the artist
|
This post was removed because it was requested by the artist
|
||||||
<% else %>
|
<% else %>
|
||||||
This post was deleted
|
This post was deleted
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|||||||
Reference in New Issue
Block a user