fixes #1350, better db:seed script
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
<% if 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">
|
||||
<% if post.is_banned? %>
|
||||
This post was deleted because it was requested by the artist
|
||||
|
||||
Reference in New Issue
Block a user