This commit is contained in:
r888888888
2013-04-19 15:24:08 -07:00
parent 1a12c32c0d
commit c0c2fadf40

View File

@@ -1,6 +1,6 @@
class PostPresenter < Presenter
def self.preview(post, options = {})
if post.is_deleted? && options[:tags] !~ /status:(?:all|any|deleted)/
if post.is_deleted? && options[:tags] !~ /status:(?:all|any|deleted|banned)/
return ""
end