<%= t("decidim.messaging.conversations.index.from") %> <%= interlocutor.name %>
<%= truncate conversation.last_message.body, length: 150 %>
<%= t("decidim.messaging.conversations.index.last_message_html", time: time_ago_in_words(conversation.last_message.created_at)) %>
<%= link_to decidim.conversation_path(conversation), class: "user-header__avatar", "data-tabs-target": "conversations" do %>
<%= icon "chevron-right", class: "card__link icon--big" %>
<% end %>
<% end %>