scinote-web/app/views/shared/comments/_comments_list.html.erb
2020-11-20 12:29:40 +01:00

4 lines
146 B
Text

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