remove deleted post query
This commit is contained in:
@@ -1,9 +1,7 @@
|
|||||||
<section id="related-box">
|
<section id="related-box">
|
||||||
<h1>Related</h1>
|
<h1>Related</h1>
|
||||||
<ul id="related-list">
|
<ul id="related-list">
|
||||||
<% if @post_set.has_deleted? %>
|
<li><%= link_to "Deleted posts", posts_path(:tags => "#{params[:tags]} status:deleted") %></li>
|
||||||
<li><%= link_to "Deleted posts", posts_path(:tags => "#{params[:tags]} status:deleted") %></li>
|
|
||||||
<% end %>
|
|
||||||
|
|
||||||
<% if @post_set.is_tag_subscription? %>
|
<% if @post_set.is_tag_subscription? %>
|
||||||
<li><%= link_to "Edit subscriptions", tag_subscriptions_path %></li>
|
<li><%= link_to "Edit subscriptions", tag_subscriptions_path %></li>
|
||||||
|
|||||||
Reference in New Issue
Block a user