>
<%= comment.score < Comment::SCORE_RANGE_TO_HIDE.first ? "bad" : "" %>"> <% if !comment.is_gone? %>
<% if @user %> <% else %> <%= link_to "", login_path, :class => "upvoter" %> <% end %>
<%= comment.score_for_user(@user) %>
<% if @user && @user.can_downvote?(comment) %> <% else %> <% end %>
<% end %>
<% if comment.is_gone? %>

[<%= comment.gone_text %>]

<% else %> <%= raw comment.markeddown_comment %> <% end %>