From 0b6ae8b59016bbe9f51bd47fafc2a2b50d2c93fd Mon Sep 17 00:00:00 2001 From: Takenori Takaki Date: Wed, 11 Dec 2024 10:26:03 +0900 Subject: [PATCH 3/5] Replace warning icon in issue_status list with SVG --- app/views/issue_statuses/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/issue_statuses/index.html.erb b/app/views/issue_statuses/index.html.erb index a8f7a055f0..c38e3b88be 100644 --- a/app/views/issue_statuses/index.html.erb +++ b/app/views/issue_statuses/index.html.erb @@ -28,7 +28,7 @@ <% unless WorkflowTransition.where('old_status_id = ? OR new_status_id = ?', status.id, status.id).exists? %> - <%= l(:text_status_no_workflow) %> (<%= link_to l(:button_edit), edit_workflows_path(:used_statuses_only => 0) %>) + <%= sprite_icon('warning', l(:text_status_no_workflow)) %> (<%= link_to l(:button_edit), edit_workflows_path(:used_statuses_only => 0) %>) <% end %> -- 2.30.0