<%= 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" 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 translucent" do %> <%= icon_tag "menu-dots-horizontal" %> Edit this comment <% end %> <%= render "cards/comments/reactions/quick_reaction", comment: comment do %> <% end %>