summaryrefslogtreecommitdiffstats
path: root/app/views/issue_statuses
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2024-12-11 06:37:58 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2024-12-11 06:37:58 +0000
commit7ae0427c9ee891820954dfbd72c129d65989b3e8 (patch)
tree5b2db1c623cdf8ce46ea50ed2670bbad6cdcef1f /app/views/issue_statuses
parent0e56ef74c95538620c34cb5c4c5546ad9b1e8a25 (diff)
downloadredmine-7ae0427c9ee891820954dfbd72c129d65989b3e8.tar.gz
redmine-7ae0427c9ee891820954dfbd72c129d65989b3e8.zip
Replaces warning icon with SVG in watcher list and workflow warnings (#41918).
Patch by Takenori TAKAKI (user:takenory). git-svn-id: https://svn.redmine.org/redmine/trunk@23388 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/issue_statuses')
-rw-r--r--app/views/issue_statuses/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issue_statuses/index.html.erb b/app/views/issue_statuses/index.html.erb
index a8f7a055f..c38e3b88b 100644
--- a/app/views/issue_statuses/index.html.erb
+++ b/app/views/issue_statuses/index.html.erb
@@ -28,7 +28,7 @@
<td>
<% unless WorkflowTransition.where('old_status_id = ? OR new_status_id = ?', status.id, status.id).exists? %>
<span class="icon icon-warning">
- <%= 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) %>)
</span>
<% end %>
</td>