summaryrefslogtreecommitdiffstats
path: root/app/views/my/_sidebar.html.erb
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2024-09-07 11:54:02 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2024-09-07 11:54:02 +0000
commita37f343a57476e5e909624c26fe15faa38a485e5 (patch)
tree77c9aaaa313c068c224b9092ceb1e10581f153d6 /app/views/my/_sidebar.html.erb
parent6743f29ae2c00a199e47ddf53e8172ef9e2a025a (diff)
downloadredmine-a37f343a57476e5e909624c26fe15faa38a485e5.tar.gz
redmine-a37f343a57476e5e909624c26fe15faa38a485e5.zip
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
Diffstat (limited to 'app/views/my/_sidebar.html.erb')
-rw-r--r--app/views/my/_sidebar.html.erb2
1 files changed, 1 insertions, 1 deletions
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) %></p>
<% if @user.own_account_deletable? %>
- <p><%= link_to(l(:button_delete_my_account), delete_my_account_path, :class => 'icon icon-del') %></p>
+ <p><%= link_to(icon_with_label('del', l(:button_delete_my_account)), delete_my_account_path, :class => 'icon icon-del') %></p>
<% end %>
<h4><%= l(:label_feeds_access_key) %></h4>