From a37f343a57476e5e909624c26fe15faa38a485e5 Mon Sep 17 00:00:00 2001
From: Marius Balteanu
Date: Sat, 7 Sep 2024 11:54:02 +0000
Subject: Replaces two more occurences of del and attachment icons (#23980).
git-svn-id: https://svn.redmine.org/redmine/trunk@23034 e93f8b46-1217-0410-a6f0-8f06a7374b81
---
app/views/my/_sidebar.html.erb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'app/views/my/_sidebar.html.erb')
diff --git a/app/views/my/_sidebar.html.erb b/app/views/my/_sidebar.html.erb
index cd4860796..9a2b24ef8 100644
--- a/app/views/my/_sidebar.html.erb
+++ b/app/views/my/_sidebar.html.erb
@@ -4,7 +4,7 @@
<%=l(:field_created_on)%>: <%= format_time(@user.created_on) %>
<% if @user.own_account_deletable? %>
- <%= link_to(l(:button_delete_my_account), delete_my_account_path, :class => 'icon icon-del') %>
+ <%= link_to(icon_with_label('del', l(:button_delete_my_account)), delete_my_account_path, :class => 'icon icon-del') %>
<% end %>
<%= l(:label_feeds_access_key) %>
--
cgit v1.2.3