]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4759 Use modal windows in Groups pages
authorstephenbroyer <stephen.broyer@sonarsource.com>
Fri, 18 Oct 2013 13:35:26 +0000 (15:35 +0200)
committerstephenbroyer <stephen.broyer@sonarsource.com>
Fri, 18 Oct 2013 13:35:26 +0000 (15:35 +0200)
(put delete link at the side of changepassword)

sonar-server/src/main/webapp/WEB-INF/app/views/groups/index.html.erb

index 76f3f086fa49390fdbdcb20b2fdb37fe5a6eac3e..ede6d8615df5ac6dedfec128e4b6dce756d01fde 100644 (file)
@@ -33,9 +33,7 @@
             </td>
             <td class="operations" style="text-align: right">
               <a id='edit-<%= h group.name %>' method='get' class='open-modal link-action' href="<%=ApplicationController.root_context-%>/groups/edit_form/<%= h group.id %>">Edit</a>
-            </td>
-            <td>
-                <%= 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'),