]> source.dussan.org Git - redmine.git/commitdiff
Fixes r15491.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 8 Jun 2016 17:10:09 +0000 (17:10 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 8 Jun 2016 17:10:09 +0000 (17:10 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@15496 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/imports/show.html.erb

index 142129137d9f097412b88a8cc68782cd3a38fec4..96b40a6632a5083fea5e3c93ee79da86e0032efa 100644 (file)
@@ -1,6 +1,6 @@
 <h2><%= l(:label_import_issues) %></h2>
 
-<% if @import.unsaved_items.count > 0 %>
+<% if @import.saved_items.count > 0 %>
   <p><%= l(:notice_import_finished, :count => @import.saved_items.count) %></p>
 
   <ul>