diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2024-09-07 11:54:02 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2024-09-07 11:54:02 +0000 |
commit | a37f343a57476e5e909624c26fe15faa38a485e5 (patch) | |
tree | 77c9aaaa313c068c224b9092ceb1e10581f153d6 /app/views/my/_sidebar.html.erb | |
parent | 6743f29ae2c00a199e47ddf53e8172ef9e2a025a (diff) | |
download | redmine-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.erb | 2 |
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> |