summaryrefslogtreecommitdiffstats
path: root/app/views/users/edit.html.erb
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2024-09-08 17:23:06 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2024-09-08 17:23:06 +0000
commitdfc5b2a13bdfaedcb7be9722f19df1e5ce008a81 (patch)
treee877142841712fab35d9c8d3c5c96a740ddfc527 /app/views/users/edit.html.erb
parent00cc5f744086651874e4a4f52774eb406d2f4e01 (diff)
downloadredmine-dfc5b2a13bdfaedcb7be9722f19df1e5ce008a81.tar.gz
redmine-dfc5b2a13bdfaedcb7be9722f19df1e5ce008a81.zip
Replaces various icons with SVG icons (#23980).
git-svn-id: https://svn.redmine.org/redmine/trunk@23039 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/users/edit.html.erb')
-rw-r--r--app/views/users/edit.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/edit.html.erb b/app/views/users/edit.html.erb
index 786630869..adc43d417 100644
--- a/app/views/users/edit.html.erb
+++ b/app/views/users/edit.html.erb
@@ -1,5 +1,5 @@
<div class="contextual">
-<%= link_to l(:label_profile), user_path(@user), :class => 'icon icon-user' %>
+<%= link_to icon_with_label('user', l(:label_profile)), user_path(@user), :class => 'icon icon-user' %>
<%= additional_emails_link(@user) %>
<%= change_status_link(@user) %>
<%= delete_link user_path(@user) if User.current != @user %>