• <% answer.images.reverse.each_with_index do |image, index| %>
  • <%= link_to image.attachment, target: "_blank" do %> <%= image_tag image.attachment, class: "orbit-image", alt: image.title.unicode_normalize %> <% end %> <%= image.title.unicode_normalize %>
  • <% end %>
<% answer.images.each_with_index do |image, index| %> <% end %>