diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-06-08 17:10:09 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-06-08 17:10:09 +0000 |
commit | 85097a89a16ce2d98b272fa89cc66fae7be00a0f (patch) | |
tree | 73702aaf1e7a9f4ba546220421a934d78f43d60a /app/views/imports | |
parent | a6f364e705102f0106ec980806c0d3f00bcc4009 (diff) | |
download | redmine-85097a89a16ce2d98b272fa89cc66fae7be00a0f.tar.gz redmine-85097a89a16ce2d98b272fa89cc66fae7be00a0f.zip |
Fixes r15491.
git-svn-id: http://svn.redmine.org/redmine/trunk@15496 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/imports')
-rw-r--r-- | app/views/imports/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/imports/show.html.erb b/app/views/imports/show.html.erb index 142129137..96b40a663 100644 --- a/app/views/imports/show.html.erb +++ b/app/views/imports/show.html.erb @@ -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> |