% page_title "Batch Upload" %> <%= render "uploads/secondary_links" %>
<%= link_to "Image ##{i}", new_upload_path(url: url, ref: @url), target: "_blank" %>
<%= link_to new_upload_path(url: url, ref: @url), target: "_blank" do %> <% if ImageProxy.needs_proxy?(url) %> <%= image_tag(image_proxy_uploads_path(url: preview_url)) %> <% elsif url.is_a?(String) %> <%= image_tag preview_url %> <% else %> Direct Link <% end %> <% end %><%= link_to "Open all links in new tabs", "#", :id => "link" %>