give up on "discuss"

closes issue #265
This commit is contained in:
joshua stein 2016-02-21 09:43:17 -06:00
parent 9d371b72d6
commit 192a6c8a02

View file

@ -173,11 +173,7 @@ class="story <%= story.vote && story.vote[:vote] == 1 ? "upvoted" : "" %>
|
<a href="<%= story.comments_path %>">
<% if story.comments_count == 0 %>
<% if @user %>
discuss
<% else %>
no comments
<% end %>
no comments
<% else %>
<%= story.comments_count %>
comment<%= story.comments_count == 1 ? "" : "s" %>