* All users can now view deleted posts.
* Posts now have an is_banned flag for artist removal requests. Basic users can not view banned posts but gold and higher can. * Banning an artist both deletes the post and bans it. * By default deleted posts are not filtered out of post searches at the sql level.
This commit is contained in:
@@ -8,7 +8,11 @@
|
||||
|
||||
<% if post.is_deleted? && post.flags.empty? %>
|
||||
<div class="ui-corner-all ui-state-highlight notice">
|
||||
This post was deleted
|
||||
<% if post.is_banned? %>
|
||||
This post was deleted because it was requested by the artist
|
||||
<% else %>
|
||||
This post was deleted
|
||||
<% end %>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user