Merge pull request #2803 from evazion/fix-comment-cleanups

Various minor comment code cleanups
This commit is contained in:
Albert Yi
2016-12-27 11:42:08 -08:00
committed by GitHub
7 changed files with 14 additions and 28 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 %>