summaryrefslogtreecommitdiffstats
path: root/app/views/my
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2024-08-31 08:11:18 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2024-08-31 08:11:18 +0000
commit1bf607edb9140f77fd2fc9b3eb371c7704929d23 (patch)
treea7b97226a3ee2fa94e869bcb3bc17756c13ef595 /app/views/my
parentcafb610b7f02d7e6946a327d5e2a467d11da2ff8 (diff)
downloadredmine-1bf607edb9140f77fd2fc9b3eb371c7704929d23.tar.gz
redmine-1bf607edb9140f77fd2fc9b3eb371c7704929d23.zip
Replaces icon-email and icon-passwd icons with SVG icons (#23980).
git-svn-id: https://svn.redmine.org/redmine/trunk@22999 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/my')
-rw-r--r--app/views/my/account.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/my/account.html.erb b/app/views/my/account.html.erb
index 4240832b7..872472d6b 100644
--- a/app/views/my/account.html.erb
+++ b/app/views/my/account.html.erb
@@ -1,6 +1,6 @@
<div class="contextual">
<%= additional_emails_link(@user) %>
-<%= link_to(l(:button_change_password), {:action => 'password'}, :class => 'icon icon-passwd') if @user.change_password_allowed? %>
+<%= link_to(icon_with_label('key', l(:button_change_password)), {:action => 'password'}, :class => 'icon icon-passwd') if @user.change_password_allowed? %>
<%= call_hook(:view_my_account_contextual, :user => @user)%>
</div>