mirror of
https://github.com/redmine/redmine.git
synced 2026-01-24 00:09:46 +01:00
Fixes r15491.
git-svn-id: http://svn.redmine.org/redmine/trunk@15496 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user