From 3343d28699fc46d0e3210711dc310e2da821c9f7 Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Thu, 3 Jul 2014 17:50:55 +0200 Subject: [PATCH] SONAR-5007 Fix profile links on profiles compare page --- .../webapp/WEB-INF/app/views/profiles/compare.html.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/compare.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/compare.html.erb index a70b6c3939d..2568aff56e8 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/compare.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/compare.html.erb @@ -45,7 +45,7 @@ <%= message('quality_profiles.x_rules_only_in', :params => @in1.size) %> - <%= h @profile1.name %> + <%= h @profile1.name %> @@ -72,7 +72,7 @@ <%= message('quality_profiles.x_rules_only_in', :params => @in2.size) %> - <%= h @profile2.name %> + <%= h @profile2.name %> @@ -96,11 +96,11 @@ <%= message('quality_profiles.x_rules_have_different_configuration', :params =>@modified.size) -%>
-
<%= h @profile1.name %> + <%= h @profile1.name %> -
<%= h @profile2.name %> +
<%= h @profile2.name %> -- 2.39.5