From 10802cc5f02da0a1fabaf922b529fdf9d8688072 Mon Sep 17 00:00:00 2001 From: simonbrandhof Date: Thu, 5 May 2011 18:30:20 +0200 Subject: [PATCH] SONAR-2319 Add some HTML ids for integration tests --- .../webapp/WEB-INF/app/views/profiles/compare.html.erb | 10 +++++----- 1 file changed, 5 insertions(+), 5 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 5dba13b9869..c21ef1e34e4 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 @@ -16,23 +16,23 @@ <% if @profile1 && @profile2 %> - +

Only in <%= h(@profile1.name) -%>

- <%= @in1.size -%> rules + <%= @in1.size -%> rules

Only in <%= h(@profile2.name) -%>

- <%= @in2.size -%> rules + <%= @in2.size -%> rules

With different configuration

- <%= @modified.size -%> rules + <%= @modified.size -%> rules

With same configuration

- <%= @sames.size -%> rules + <%= @sames.size -%> rules
-- 2.39.5