From: Julien Lancelot Date: Thu, 3 Jul 2014 15:50:55 +0000 (+0200) Subject: SONAR-5007 Fix profile links on profiles compare page X-Git-Tag: 4.4-RC2~29 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1ad2570e7a3712f002f445822967e8cc58812301;p=sonarqube.git SONAR-5007 Fix profile links on profiles compare page --- 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 %>