• <%= story.vote && story.vote[:vote] == -1 ? "downvoted" : "" %> <%= story.score <= -1 ? "negative_1" : "" %> <%= story.score <= -3 ? "negative_3" : "" %> <%= story.score <= -5 ? "negative_5" : "" %> <%= story.is_hidden_by_cur_user ? "hidden" : "" %> <%= story.is_expired? ? "expired" : "" %>">
    <% if @user %> <% else %> <%= link_to "", login_path, :class => "upvoter" %> <% end %>
    <%= story.score %>
    <% if story.can_be_seen_by_user?(@user) %> <%= break_long_words(story.title) %> <% end %> <% if story.is_gone? %> <%= t('.storyremovedby', :user => story.is_moderated? ? t('.moderator') : t('.originalsubmitter')) %> <% end %> <% if story.markeddown_description.present? %> <% end %> <% if story.can_be_seen_by_user?(@user) %> <% story.sorted_taggings.each do |tagging| %> <%= tagging.tag.tag %> <% end %> <% if story.domain.present? %> <%= break_long_words(story.domain) %> <% end %> <% if defined?(single_story) && single_story %> <% story.merged_stories.each do |ms| %>
    <%= break_long_words(ms.title) %> <% ms.sorted_taggings.each do |tagging| %> <%= tagging.tag.tag %> <% end %> <% if ms.domain.present? %> <%= break_long_words(ms.domain) %> <% end %> <% end %> <% end %> <% end %> <% if !(defined?(single_story) && single_story) && @user && @user.show_story_previews? %> <% if (sc = story.description_or_story_cache(500)).present? %>
    <%= break_long_words(sc) %>
    <% end %> <% end %>
    " style="display: none;"> <%= story.comments_count %>