From: stephenbroyer Date: Fri, 18 Oct 2013 13:35:26 +0000 (+0200) Subject: SONAR-4759 Use modal windows in Groups pages X-Git-Tag: 4.0~50 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fc189032468eda359146fa22ed8b4a68e28a29a8;p=sonarqube.git SONAR-4759 Use modal windows in Groups pages (put delete link at the side of changepassword) --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/groups/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/groups/index.html.erb index 76f3f086fa4..ede6d8615df 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/groups/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/groups/index.html.erb @@ -33,9 +33,7 @@ Edit - - - <%= link_to_action message('delete'), "#{ApplicationController.root_context}/groups/delete/#{group.id}", + <%= link_to_action message('delete'), "#{ApplicationController.root_context}/groups/delete/#{group.id}", :class => 'link-action link-red', :id => "delete-#{group.name}", :confirm_button => message('delete'),