diff options
Diffstat (limited to 'server/sonar-web/src/main/webapp')
-rw-r--r-- | server/sonar-web/src/main/webapp/WEB-INF/app/views/account/index.html.erb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/views/account/index.html.erb b/server/sonar-web/src/main/webapp/WEB-INF/app/views/account/index.html.erb index 283cc21e1f8..b9e16dc489d 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/views/account/index.html.erb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/views/account/index.html.erb @@ -33,8 +33,7 @@ <% if User.editable_password? %> <div class="big-spacer-top text-center"> - <button id="account-change-password-trigger" class="open-modal" - href="<%= url_for :action => 'change_password_form' %>"> + <button id="account-change-password-trigger"> <i class="icon-lock"></i> <%= message('my_profile.password.title') -%> </button> </div> |