<%= comment_tag comment do %>
<%= avatar_tag comment.creator, loading: :lazy %>
<%= comment.creator.name %> <%= link_to bucket_bubble_path(comment.bubble.bucket, comment.bubble, anchor: "comment_#{comment.id}"), class: "txt-undecorated" do %> <%= tag.time comment.created_at, class: "comment__timestamp" do %> <%= comment.created_at.strftime("%b %d") %> <% end %> <% end %>
<%= comment.body.to_html %>
<% end %>