From 5693ad0a0ceec5b703c758b90ce87c3adc5de11f Mon Sep 17 00:00:00 2001 From: stephenbroyer Date: Wed, 25 Sep 2013 15:12:19 +0200 Subject: [PATCH] SONAR Correction of the space after url_for in 3 files of the web-server --- .../main/webapp/WEB-INF/app/views/bulk_deletion/ghosts.html.erb | 2 +- .../main/webapp/WEB-INF/app/views/bulk_deletion/index.html.erb | 2 +- .../app/views/resource/_duplications_source_snippet.html.erb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/bulk_deletion/ghosts.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/bulk_deletion/ghosts.html.erb index a7a67894e28..c345438b6d6 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/bulk_deletion/ghosts.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/bulk_deletion/ghosts.html.erb @@ -57,7 +57,7 @@
'delete_resources') -%>', - beforeSend:function(request){window.location='<%= url_for (:action => 'pending_deletions', :qualifiers => @selected_tab)-%>';}, + beforeSend:function(request){window.location='<%= url_for(:action => 'pending_deletions', :qualifiers => @selected_tab)-%>';}, data: $j(this).serialize(), type:'post' }); diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/resource/_duplications_source_snippet.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/resource/_duplications_source_snippet.html.erb index 1bd6b69c5fa..5170e72dad7 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/resource/_duplications_source_snippet.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/resource/_duplications_source_snippet.html.erb @@ -41,7 +41,7 @@