scinote-web/app/views/shared/comments/_list.html.erb
2023-06-21 14:38:32 +02:00

5 lines
134 B
Plaintext

<% comments.each do |comment| %>
<%= render partial: 'shared/comments/item',
locals: { comment: comment } %>
<% end %>