From 1f7af7bfcecf48d0f2fbc8104cc2e1e82578402e Mon Sep 17 00:00:00 2001 From: stephenbroyer Date: Fri, 18 Oct 2013 15:34:12 +0200 Subject: SONAR-4758 Use modal windows in Users pages (put delete link at the side of changepassword) --- sonar-server/src/main/webapp/WEB-INF/app/views/users/index.html.erb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sonar-server') diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/users/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/users/index.html.erb index e0481b78cb4..12757c657b2 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/users/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/users/index.html.erb @@ -34,9 +34,7 @@ Edit   - <%= link_to "Change password", { :id => user.id, :action => 'change_password_form'}, {:id => "change-password-#{u user.login}", :class => 'open-modal link-action'} %> - - + <%= link_to "Change password", { :id => user.id, :action => 'change_password_form'}, {:id => "change-password-#{u user.login}", :class => 'open-modal link-action'} %> <%= link_to_action message('delete'), "#{ApplicationController.root_context}/users/delete/#{user.id}", :class => 'link-action link-red', :id => "delete-#{user.login}", -- cgit v1.2.3