From 4e5a1d43d3c9a333b475f99750e35ccf4d90eeb0 Mon Sep 17 00:00:00 2001 From: Toks Date: Wed, 12 Nov 2014 18:46:12 -0500 Subject: [PATCH] fix #2306 --- app/views/artist_commentaries/index.html.erb | 2 +- app/views/moderator/post/posts/confirm_ban.html.erb | 2 +- app/views/moderator/post/posts/confirm_delete.html.erb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/artist_commentaries/index.html.erb b/app/views/artist_commentaries/index.html.erb index 868dfd968..611b49957 100644 --- a/app/views/artist_commentaries/index.html.erb +++ b/app/views/artist_commentaries/index.html.erb @@ -13,7 +13,7 @@ <% @commentaries.each do |commentary| %> - <%= PostPresenter.preview(commentary.post) %> + <%= PostPresenter.preview(commentary.post, :tags => "status:any") %>

<%= h(commentary.original_title) %>

diff --git a/app/views/moderator/post/posts/confirm_ban.html.erb b/app/views/moderator/post/posts/confirm_ban.html.erb index d64eac30b..74571da88 100644 --- a/app/views/moderator/post/posts/confirm_ban.html.erb +++ b/app/views/moderator/post/posts/confirm_ban.html.erb @@ -1,7 +1,7 @@

Ban Post

- <%= PostPresenter.preview(@post) %> + <%= PostPresenter.preview(@post, :tags => "status:any") %>
<%= form_tag(ban_moderator_post_post_path(@post), :style => "clear: both;", :class => "simple_form") do %> diff --git a/app/views/moderator/post/posts/confirm_delete.html.erb b/app/views/moderator/post/posts/confirm_delete.html.erb index 38ec53a2a..132c77024 100644 --- a/app/views/moderator/post/posts/confirm_delete.html.erb +++ b/app/views/moderator/post/posts/confirm_delete.html.erb @@ -1,7 +1,7 @@

Delete Post

- <%= PostPresenter.preview(@post) %> + <%= PostPresenter.preview(@post, :tags => "status:any") %>
<%= form_tag(delete_moderator_post_post_path, :style => "clear: both;", :class => "simple_form") do %>