scinote-web/app/views/shared/comments/_list.html.erb

5 lines
134 B
Plaintext
Raw Normal View History

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