fixed show all comments link not showing for comments > 6 posts
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
<div class="row notices">
|
<div class="row notices">
|
||||||
<% if post.comments.hidden(CurrentUser.user).count > 0 %>
|
<% if post.comments.hidden(CurrentUser.user).count > 0 || post.comments.count > 6 %>
|
||||||
<span class="info" id="threshold-comments-notice-for-<%= post.id %>"%>
|
<span class="info" id="threshold-comments-notice-for-<%= post.id %>"%>
|
||||||
<%= link_to "Show all comments", comments_path(:post_id => post.id, :include_below_threshold => true), :remote => true %>
|
<%= link_to "Show all comments", comments_path(:post_id => post.id, :include_below_threshold => true), :remote => true %>
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user