summaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
Diffstat (limited to 'app/views')
-rw-r--r--app/views/settings/_repositories.html.erb2
1 files changed, 1 insertions, 1 deletions
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 @@
) %>
</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>