Tweak banned post message

Banned posts are not technically deleted
This commit is contained in:
Toks
2013-08-04 12:57:14 -04:00
parent c6cf19b390
commit 8558566ff4

View File

@@ -9,7 +9,7 @@
<% if (post.is_banned? || post.is_deleted?) && post.flags.empty? %>
<div class="ui-corner-all ui-state-highlight notice notice-deleted">
<% 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 %>
This post was deleted
<% end %>