]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4760 Use modal windows in Manual Rules pages
authorstephenbroyer <stephen.broyer@sonarsource.com>
Wed, 16 Oct 2013 14:02:30 +0000 (16:02 +0200)
committerstephenbroyer <stephen.broyer@sonarsource.com>
Wed, 23 Oct 2013 15:53:44 +0000 (17:53 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/manual_rules/index.html.erb

index cd7a063581f9e437d5970d0e6a2e248ece70f5f7..3146a0d8967c6bb210fb92710ba262279e7fa6dd 100644 (file)
@@ -36,7 +36,7 @@
               <a id="edit-<%= u(rule.key) -%>" class="open-modal link-action" href="<%=ApplicationController.root_context-%>/manual_rules/edit_form/<%= h rule.id -%>">Edit</a>
             </td>
             <td>
-                <%= link_to_action message('deleteNew'), "#{ApplicationController.root_context}/manual_rules/delete/#{rule.id}",
+                <%= link_to_action message('delete'), "#{ApplicationController.root_context}/manual_rules/delete/#{rule.id}",
                                    :class => 'link-action link-red',
                                    :id => "delete_#{rule.id}",
                                    :confirm_button => message('delete'),