From fd3b119dbc663156c2ef8637f6970a25f1673db4 Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Wed, 18 Sep 2013 12:28:56 +0200 Subject: [PATCH] SONAR-4621 'Removed' measure badly formatted on Rules Compliance widget --- .../resources/org/sonar/plugins/core/widgets/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/rules.html.erb b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/rules.html.erb index 8409cd8fb44..f026fa46107 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/rules.html.erb +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/rules.html.erb @@ -36,7 +36,7 @@
<%= message('widget.rules.removed') -%>  - <%= estimated_cleared_issues -%> + <%= number_with_precision(estimated_cleared_issues, :precision => 0) -%> <% end %> <% end %> -- 2.39.5