From c1f0019f25ed25a3b8d4225d8f924819082e142f Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Lievremont Date: Wed, 5 Feb 2014 10:13:15 +0100 Subject: [PATCH] SONAR-4878 Add marker class on links for ITs --- .../core/widgets/hotspots/hotspot_most_violated_rules.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 145d39e37cd..5327406508a 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 @@ -100,7 +100,7 @@ <%= h rule.name -%> - + <%= dashboard_configuration.selected_period? ? format_variation(m) : format_measure(m) -%> -- 2.39.5