diff --git a/app/views/comments/partials/index/_list.html.erb b/app/views/comments/partials/index/_list.html.erb index 933784e82..dbe729038 100644 --- a/app/views/comments/partials/index/_list.html.erb +++ b/app/views/comments/partials/index/_list.html.erb @@ -13,7 +13,11 @@
<% if comments.empty? %> -

There are no comments.

+ <% if post.last_commented_at.present? %> +

There are no visible comments.

+ <% else %> +

There are no comments.

+ <% end %> <% else %> <%= render :partial => "comments/partials/show/comment", :collection => comments %> <% end %>