diff --git a/app/views/polls/_gallery.html.erb b/app/views/polls/_gallery.html.erb index 43ac86cf6..e61830653 100644 --- a/app/views/polls/_gallery.html.erb +++ b/app/views/polls/_gallery.html.erb @@ -18,7 +18,7 @@ <% answer.images.reverse.each_with_index do |image, index| %>
  • - <%= link_to image.attachment, target: "_blank" do %> + <%= link_to image.attachment do %> <%= image_tag image.attachment, class: "orbit-image", alt: image.title.unicode_normalize %>