1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-20 02:22:02 +00:00

Adds a link to the list of imported issues.

git-svn-id: http://svn.redmine.org/redmine/trunk@15564 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2016-06-18 10:51:11 +00:00
parent 483657f7c0
commit 91f91f24de

View File

@ -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 %>