mirror of
https://github.com/redmine/redmine.git
synced 2026-07-09 05:23:48 +02: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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user