##// END OF EJS Templates
Fixes r15491....
Jean-Philippe Lang -
r15114:85097a89a16c
parent child
Show More
@@ -1,6 +1,6
1 1 <h2><%= l(:label_import_issues) %></h2>
2 2
3 <% if @import.unsaved_items.count > 0 %>
3 <% if @import.saved_items.count > 0 %>
4 4 <p><%= l(:notice_import_finished, :count => @import.saved_items.count) %></p>
5 5
6 6 <ul>
General Comments 0
You need to be logged in to leave comments. Login now