From d18ef93c85518dd76d3d8ecd6a99c1c5036a7fb0 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Tue, 7 Jun 2016 18:25:32 +0000 Subject: Always display the list of imported issues. git-svn-id: http://svn.redmine.org/redmine/trunk@15491 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/imports/show.html.erb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'app/views/imports/show.html.erb') diff --git a/app/views/imports/show.html.erb b/app/views/imports/show.html.erb index d9848cdb5..142129137 100644 --- a/app/views/imports/show.html.erb +++ b/app/views/imports/show.html.erb @@ -1,6 +1,6 @@

<%= l(:label_import_issues) %>

-<% if @import.unsaved_items.count == 0 %> +<% if @import.unsaved_items.count > 0 %>

<%= l(:notice_import_finished, :count => @import.saved_items.count) %>

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

<%= l(:notice_import_finished_with_errors, :count => @import.unsaved_items.count, :total => @import.total_items) %>

-- cgit v1.2.3