From 5161de7721b41c79b6ee2f8fd6fab4f0f52f3739 Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Thu, 3 Oct 2024 16:34:22 +0000 Subject: [PATCH] Raplaces old del icon with SVG in repository settings (#23980). git-svn-id: https://svn.redmine.org/redmine/trunk@23100 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/settings/_repositories.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/settings/_repositories.html.erb b/app/views/settings/_repositories.html.erb index d06c9c6e1..92c906392 100644 --- a/app/views/settings/_repositories.html.erb +++ b/app/views/settings/_repositories.html.erb @@ -120,7 +120,7 @@ ) %> - <%= link_to(l(:button_delete), '#', + <%= link_to(icon_with_label('del', l(:button_delete)), '#', :class => 'delete-commit-keywords icon-only icon-del', :title => l(:button_delete)) %> -- 2.39.5