diff options
Diffstat (limited to 'app/views/my/account.html.erb')
-rw-r--r-- | app/views/my/account.html.erb | 2 |
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> |