diff --git a/app/views/comments/_comment.html.erb b/app/views/comments/_comment.html.erb index 83aaf43..8905d0b 100644 --- a/app/views/comments/_comment.html.erb +++ b/app/views/comments/_comment.html.erb @@ -57,7 +57,7 @@ class="comment <%= comment.current_vote ? (comment.current_vote[:vote] == 1 ? delete <% end %> - <% if !story.is_gone? && !comment.is_gone? %> + <% if !story.is_gone? && !comment.is_gone? && !show_story %> | reply <% end %>