From 78b6cef2a5a2258cc47af1790d1791fe4329d164 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Tue, 21 Oct 2025 03:00:12 +0000 Subject: [PATCH] Improve error message display in imports view (#43363). Patch by [Agileware]Kota Uchino (user:uchinokot). git-svn-id: https://svn.redmine.org/redmine/trunk@24053 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/imports/show.html.erb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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) %> +