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

5 lines
142 B
Text
Raw Normal View History

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