<% cache comment do %> <%= turbo_frame_tag dom_id(comment) do %>
<%= link_to comment.creator.name, user_path(comment.creator), class: "txt-ink btn btn--plain fill-transparent", data: { turbo_frame: "_top" } %> <%= link_to collection_card_path(comment.card.collection, comment.card, anchor: "comment_#{comment.id}"), class: "txt-undecorated txt-uppercase" do %> <%= local_datetime_tag comment.created_at, style: :shortdate, class: "txt-ink translucent" %> <% end %> <%= link_to edit_collection_card_comment_path(comment.card.collection, comment.card, comment), class: "comment__edit btn btn--plain txt-xx-small fill-transparent translucent flex-item-justify-end" do %> <%= icon_tag "menu-dots-horizontal" %> Edit this comment <% end %>
<%= sanitize comment.body_html %>
<%= render "comments/reactions/reactions", comment: comment %>
<% end %> <% end %>