From 60b9ea8945d59465fe41a92c5575c3f3bca12179 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 18 Jun 2016 10:52:56 +0000 Subject: [PATCH] Merged r15564. git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@15565 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/imports/show.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/imports/show.html.erb b/app/views/imports/show.html.erb index 3a0d67611..19c874c91 100644 --- a/app/views/imports/show.html.erb +++ b/app/views/imports/show.html.erb @@ -8,6 +8,8 @@
  • <%= link_to_issue issue %>
  • <% end %> + +

    <%= link_to l(:label_issue_view_all), issues_path(:set_filter => 1, :status_id => '*', :issue_id => @import.saved_objects.map(&:id).join(',')) %>

    <% end %> <% if @import.unsaved_items.count > 0 %> -- 2.39.5