1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 19:47:14 +00:00

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
This commit is contained in:
Marius Balteanu 2024-10-03 16:34:22 +00:00
parent f6b835119f
commit 5161de7721

View File

@ -120,7 +120,7 @@
) %>
</td>
<td class="buttons">
<%= 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)) %>
</td>