From 192a6c8a029e1509cf004277ce920b841c1ab56f Mon Sep 17 00:00:00 2001 From: joshua stein Date: Sun, 21 Feb 2016 09:43:17 -0600 Subject: [PATCH] give up on "discuss" closes issue #265 --- app/views/stories/_listdetail.html.erb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/views/stories/_listdetail.html.erb b/app/views/stories/_listdetail.html.erb index 66c8911..1360250 100644 --- a/app/views/stories/_listdetail.html.erb +++ b/app/views/stories/_listdetail.html.erb @@ -173,11 +173,7 @@ class="story <%= story.vote && story.vote[:vote] == 1 ? "upvoted" : "" %> | <% if story.comments_count == 0 %> - <% if @user %> - discuss - <% else %> - no comments - <% end %> + no comments <% else %> <%= story.comments_count %> comment<%= story.comments_count == 1 ? "" : "s" %>