mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-21 07:51:12 +00:00
Always display the list of imported issues.
git-svn-id: http://svn.redmine.org/redmine/trunk@15491 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
e3875ffd57
commit
d18ef93c85
@ -1,6 +1,6 @@
|
||||
<h2><%= l(:label_import_issues) %></h2>
|
||||
|
||||
<% if @import.unsaved_items.count == 0 %>
|
||||
<% if @import.unsaved_items.count > 0 %>
|
||||
<p><%= l(:notice_import_finished, :count => @import.saved_items.count) %></p>
|
||||
|
||||
<ul>
|
||||
@ -8,7 +8,9 @@
|
||||
<li><%= link_to_issue issue %></li>
|
||||
<% end %>
|
||||
</ul>
|
||||
<% else %>
|
||||
<% end %>
|
||||
|
||||
<% if @import.unsaved_items.count > 0 %>
|
||||
<p><%= l(:notice_import_finished_with_errors, :count => @import.unsaved_items.count, :total => @import.total_items) %></p>
|
||||
|
||||
<table id="unsaved-items" class="list">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user