diff --git a/app/views/imports/show.html.erb b/app/views/imports/show.html.erb index b505d9912..ef2cec448 100644 --- a/app/views/imports/show.html.erb +++ b/app/views/imports/show.html.erb @@ -7,7 +7,10 @@ <% end %> <% if @import.unsaved_items.count > 0 %> -

<%= l(:notice_import_finished_with_errors, :count => @import.unsaved_items.count, :total => @import.total_items) %>:

+
+ <%= notice_icon('error') %> + <%= l(:notice_import_finished_with_errors, :count => @import.unsaved_items.count, :total => @import.total_items) %> +