From 91f91f24dee469d8bd4afc307abf200cac80fe41 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 18 Jun 2016 10:51:11 +0000 Subject: [PATCH] Adds a link to the list of imported issues. git-svn-id: http://svn.redmine.org/redmine/trunk@15564 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