Files
fizzy/app/views/comments/_comment.html.erb
T
2025-03-14 02:29:44 +01:00

8 lines
263 B
Plaintext

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