Patch #43363 » improve-error-display.patch
app/views/imports/show.html.erb | ||
---|---|---|
7 | 7 |
<% end %> |
8 | 8 | |
9 | 9 |
<% if @import.unsaved_items.count > 0 %> |
10 |
<p><%= l(:notice_import_finished_with_errors, :count => @import.unsaved_items.count, :total => @import.total_items) %>:</p> |
|
10 |
<div class="flash error"> |
|
11 |
<%= notice_icon('error') %> |
|
12 |
<%= l(:notice_import_finished_with_errors, :count => @import.unsaved_items.count, :total => @import.total_items) %> |
|
13 |
</div> |
|
11 | 14 | |
12 | 15 |
<table id="unsaved-items" class="list"> |
13 | 16 |
<thead> |