<%= link_to paragraph, target: "_blank" do %>
<%= decidim_html_escape(present(paragraph).title).html_safe %>
<% end %> <%= cell("decidim/coauthorships", paragraph, has_actions: false, context: { current_user: current_user }) %>
<%= t("decidim.enhanced_textwork.paragraphs.paragraph.creation_date", date: l(paragraph.created_at, format: :decidim_short)) %>
<%= resource_reference(paragraph, class: "tech-info--text-left") %>
<%== cell("decidim/enhanced_textwork/paragraph_m", paragraph).badge %>

<%= truncate(present(paragraph).body(strip_tags: true), length: 100) %>

<%= cell "decidim/tags", paragraph, context: { extra_classes: ["tags--paragraph"] } %>