Files
fizzy/app/views/comments/_comment.html.erb
T
2025-01-07 14:14:12 +00:00

8 lines
212 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 %>