From 01331def77e52d4865b8e4110ec23f27f7e115d4 Mon Sep 17 00:00:00 2001 From: stephenbroyer Date: Wed, 4 Sep 2013 16:14:27 +0200 Subject: [PATCH] SONAR-4611 Remove prototypejs from Quality Profiles console --- .../_active_rule_note.html.erb | 24 +++++++++++++------ 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_active_rule_note.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_active_rule_note.html.erb index 4c8c843226c..e0915e46b83 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_active_rule_note.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_active_rule_note.html.erb @@ -19,11 +19,14 @@ <%= message('edit') %>   - <%= link_to_remote message('delete'), - :url => {:action => 'delete_active_rule_note', :active_rule_id => active_rule.id }, - :update => "active_rule_note_#{active_rule.id}", - :confirm => message('rules_configuration.confirm_delete_note'), - :html => {:class => 'link-action'} -%> + <%=message('delete')-%> <% end %>

<%= note.html_text -%>

@@ -36,8 +39,15 @@ <% if profiles_administrator? %> - <%= form_remote_tag :url => {:action => 'update_active_rule_note', :active_rule_id => active_rule.id}, - :update => "active_rule_note_#{active_rule.id}" -%> +
-- 2.39.5