From d056f312906a8504eb6a83c3f0dffe13c5a3d8c9 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Lievremont Date: Tue, 4 Feb 2014 17:43:38 +0100 Subject: [PATCH] SONAR-4878 Unify UX of links on "most violated rules" widget --- .../widgets/hotspots/hotspot_most_violated_rules.html.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/hotspots/hotspot_most_violated_rules.html.erb b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/hotspots/hotspot_most_violated_rules.html.erb index 45e48cbd8b1..145d39e37cd 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/hotspots/hotspot_most_violated_rules.html.erb +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/hotspots/hotspot_most_violated_rules.html.erb @@ -97,12 +97,12 @@ <%= image_tag('priority/' + m.severity + '.png') -%> - - <%= h rule.name -%> - + <%= h rule.name -%> - <%= dashboard_configuration.selected_period? ? format_variation(m) : format_measure(m) -%> + + <%= dashboard_configuration.selected_period? ? format_variation(m) : format_measure(m) -%> +
-- 2.39.5