scinote-web/app/views/steps/comments/_list.html.erb
2019-04-23 15:02:58 +02:00

4 lines
142 B
Text

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