1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-20 15:31:12 +00:00

Fixes r15491.

git-svn-id: http://svn.redmine.org/redmine/trunk@15496 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2016-06-08 17:10:09 +00:00
parent a6f364e705
commit 85097a89a1

View 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>