% cache comment do %> <%= turbo_frame_tag comment, :container do %> <%# Bump for CSS changes: 2025-06-30 -%>
<%= 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", data: { turbo_frame: "_top" } 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 %>