>
<%= comment.highlighted ? "highlighted" : "" %> <%= comment.score <= -1 ? "negative_1" : "" %> <%= comment.score <= -3 ? "negative_3" : "" %> <%= comment.score <= -5 ? "negative_5" : "" %>"> <% if !comment.is_gone? %>
<% if @user %> <% else %> <%= link_to "", login_path, :class => "upvoter" %> <% end %>
<%= comment.score %>
<% if @user && @user.can_downvote?(comment) %> <% else %> <% end %>
<% end %>
<% if comment.is_gone? %>

[<%= comment.gone_text %>]

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