<% if post.hidden_comment_count(@current_user) > 0 %> <%= link_to_remote "#{pluralize post.hidden_comment_count(@current_user), 'comment'} below threshold", :url => {:controller => "comment", :action => "index_all", :post_id => post.id} %>. <% end %>