summaryrefslogtreecommitdiffstats
path: root/app/views/imports/show.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/imports/show.html.erb')
-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 %>