diff --git a/app/views/comments/partials/index/_header.html.erb b/app/views/comments/partials/index/_header.html.erb index 7416c845e..674b5c6fb 100644 --- a/app/views/comments/partials/index/_header.html.erb +++ b/app/views/comments/partials/index/_header.html.erb @@ -31,7 +31,7 @@ <% end %>
- <% if post.comments.hidden(CurrentUser.user).count > 0 %> + <% if post.comments.hidden(CurrentUser.user).count > 0 || post.comments.count > 6 %> <%= link_to "Show all comments", comments_path(:post_id => post.id, :include_below_threshold => true), :remote => true %>