Files
fizzy/app/views/comments/_comment.html.erb
T
2025-02-18 17:08:56 -06:00

7 lines
211 B
Plaintext

<%= comment_tag comment do %>
<figure class="comment__avatar flex-item-no-shrink">
<%= avatar_tag comment.creator, loading: :lazy %>
</figure>
<%= render "comments/body", comment: comment %>
<% end %>