Files
danbooru/app/views/comments/partials/index/_threshold.html.erb
2013-01-14 11:23:43 -05:00

4 lines
302 B
Plaintext

<% 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 %>