summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2016-06-18 10:52:56 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2016-06-18 10:52:56 +0000
commit60b9ea8945d59465fe41a92c5575c3f3bca12179 (patch)
tree15aabf982396c31cb4f0c61d46dd82a4c670fb9f /app
parent110aba287370ab71d20c9c31d27f49cf71439754 (diff)
downloadredmine-60b9ea8945d59465fe41a92c5575c3f3bca12179.tar.gz
redmine-60b9ea8945d59465fe41a92c5575c3f3bca12179.zip
Merged r15564.
git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@15565 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r--app/views/imports/show.html.erb2
1 files changed, 2 insertions, 0 deletions
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 @@
<li><%= link_to_issue issue %></li>
<% end %>
</ul>
+
+ <p><%= link_to l(:label_issue_view_all), issues_path(:set_filter => 1, :status_id => '*', :issue_id => @import.saved_objects.map(&:id).join(',')) %></p>
<% end %>
<% if @import.unsaved_items.count > 0 %>