From 110cec7b08bee73b675a4f136fd6bedb2a1007ec Mon Sep 17 00:00:00 2001 From: simonbrandhof Date: Fri, 24 Feb 2012 08:16:37 +0100 Subject: Fix compatibility of cloud with Selenium Firefox --- sonar-server/src/main/webapp/WEB-INF/app/views/cloud/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/cloud/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/cloud/index.html.erb index 39287cc2681..792188310ac 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/cloud/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/cloud/index.html.erb @@ -64,7 +64,7 @@ title += " | #{@color_metric.short_name}: #{color_measure.formatted_value}" end %> - <%= s.resource.name %> + <%= s.resource.name %> <% end end %> \ No newline at end of file -- cgit v1.2.3