From 98d328ea156785745ca6d7eab3192b92086849ae Mon Sep 17 00:00:00 2001 From: David Gageot Date: Thu, 14 Jun 2012 17:24:27 +0200 Subject: [PATCH] SONAR-3535 At the bottom of a rule description, display the kee --- .../WEB-INF/app/views/rules_configuration/_rule.html.erb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule.html.erb index f15e0ae0d22..61270e48483 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule.html.erb @@ -102,8 +102,7 @@
- <%= rule.plugin_name.capitalize %>: - <%= rule.plugin_rule_key %> + <%= rule.key %>
-- 2.39.5