Files
fizzy/app/views/comments/_comment.html.erb
T
2024-12-16 17:28:27 -06:00

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 %>