% step ||= report_element.step %> <% comments = step.step_comments.order(created_at: :desc) %> <% export_all = defined?(export_all) && export_all %> <% if comments.present? %>
<% comments.each do |comment| %> <%= render partial: 'reports/elements/comment_element', locals: { comment: comment, export_all: export_all } %> <% end %>