<% cache comment do %> <%= turbo_frame_tag comment do %>
" data-creator-id="<%= comment.creator_id %>" data-created-by-current-user-target="creation">
<%= link_to comment.creator.name, comment.creator, class: "txt-ink btn btn--plain fill-transparent", data: { turbo_frame: "_top" } %> <%= link_to comment, class: "txt-undecorated txt-ink translucent txt-normal txt-capitalize flex-item-justify-start" do %> <%= local_datetime_tag comment.created_at, style: :agoorweekday %>, <%= local_datetime_tag comment.created_at, style: :time %> <% end %> <%= link_to edit_card_comment_path(comment.card, comment), class: "comment__edit btn btn--circle borderless fill-transparent translucent" do %> <%= icon_tag "menu-dots-horizontal" %> Edit this comment <% end %> <%= render "cards/comments/reactions/quick_reaction", comment: comment do %> <% end %>
<%= comment.body %>
<%= render "cards/comments/reactions/reactions", comment: comment %>
<% end %> <% end %>