<%= cell("decidim/notify/participant", author) %>

<%= author&.name %> (@<%= author&.nickname %>)

<%= body %>

<%= l created_at, format: :decidim_short %>
<% if note_taker? %>
<%= button_to edit_path, method: :delete, remote: true, class: "delete", data: { confirm: t("decidim.notify.conversations.destroy.sure") } do %> <%= icon "trash" %> <% end %> <%= link_to edit_path, class: "edit" do %> <%= icon "pencil" %> <% end %>
<% end %>