Delete unused /comments/index_all route and unused _threshold.html.erb template.

This commit is contained in:
evazion
2016-12-26 15:58:28 -06:00
parent 85011c9192
commit 7c838f8525
2 changed files with 0 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
<% if post.hidden_comment_count(@current_user) > 0 %>
<span class="info" id="threshold-comments-notice-for-<%= post.id %>"><%= link_to_remote "#{pluralize post.hidden_comment_count(@current_user), 'comment'} below threshold", :url => index_all_comments_path(:post_id => post.id) %>.</span>
<% end %>