diff --git a/app/views/stories/_listdetail.html.erb b/app/views/stories/_listdetail.html.erb index ea2b56f..894cbc1 100644 --- a/app/views/stories/_listdetail.html.erb +++ b/app/views/stories/_listdetail.html.erb @@ -158,7 +158,7 @@ class="story <%= story.vote && story.vote[:vote] == 1 ? "upvoted" : "" %> (hidden by <%= pluralize(story.hider_count, "user") %>) <% end %> <% end %> - <% if !story.is_gone? && (@user || story.comments_count > 0) %> + <% if !story.is_gone? %> | <%= story.comments_count == 0 ?