<%= story.title %> <% if featured == true %>
<% end %> <% if featured == true || (feed_style_preference == "rich" && story.main_image.present?) %>
Cover image for <%= story.title %>
<% end %> <% if story.video.present? && story.video_thumbnail_url.present? %> <%= story.video_duration_in_minutes %> <% end %>
<% if local_assigns[:pinned] == true %>
<%= inline_svg_tag("pin.svg", alt: "", aria_hidden: true, class: "mr-1 align-text-bottom color-accent-brand") %><%= t("views.pins.article") %>
<% end %>

<%= story.title %>

<% if story.public_reactions_count > 0 %> ">
<% story.public_reaction_categories.reverse_each do |reaction_type| %> <%= image_tag "#{reaction_type.icon}.svg", size: "18x18" %> <% end %> <%= t("views.reactions.summary.count_html", count: story.public_reactions_count, start: tag("span", { class: %w[hidden s:inline] }, true), end: "".html_safe) %>
<% end %> <% if story.comments_count > 0 %> "> <%= crayons_icon_tag("small-comment", title: t("views.comments.summary.title")) %> <%= t("views.comments.summary.count_html", count: story.comments_count, start: tag("span", { class: %w[hidden s:inline] }, true), end: "".html_safe) %> <% else %> "> <%= crayons_icon_tag("small-comment", title: t("views.comments.summary.title")) %> <% end %>
<%= t("views.articles.reading_time", count: [story.reading_time, 1].max) %> <% if (@user == nil) || (@user.id != story.user_id) %> <% end %>