8 lines
284 B
Plaintext
8 lines
284 B
Plaintext
<%= comment_tag comment do %>
|
|
<figure class="comment__avatar flex-item-no-shrink">
|
|
<%= avatar_tag comment.creator, loading: :lazy %>
|
|
</figure>
|
|
|
|
<%= turbo_frame_tag dom_id(comment), src: bucket_bubble_comment_path(comment.bubble.bucket, comment.bubble, comment) %>
|
|
<% end %>
|