diff --git a/app/views/my/account.html.erb b/app/views/my/account.html.erb index cdbe4cf8d..e94a526b9 100644 --- a/app/views/my/account.html.erb +++ b/app/views/my/account.html.erb @@ -1,4 +1,5 @@
+ <%= link_to(l(:button_change_password), {:action => 'password'}, :class => 'icon icon-passwd') if @user.change_password_allowed? %> <%= call_hook(:view_my_account_contextual, :user => @user)%>
@@ -51,24 +52,7 @@ <% end %> <%= call_hook(:view_my_account, :user => @user, :form => f) %> - -
- - +