aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@gmail.com>2013-02-07 10:56:53 +0100
committerJulien Lancelot <julien.lancelot@gmail.com>2013-02-07 10:56:53 +0100
commitd37562929e44abf8f4b20b3f61483654db4e973b (patch)
tree0a40e490a4b3134db6b97486498f30a443bcc41d /sonar-server
parent9f87e6241991b316046721b43dcdba07dae68b62 (diff)
downloadsonarqube-d37562929e44abf8f4b20b3f61483654db4e973b.tar.gz
sonarqube-d37562929e44abf8f4b20b3f61483654db4e973b.zip
SONAR-4081 Improve the way rule keys are shown on the quality profile page
Diffstat (limited to 'sonar-server')
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule.html.erb3
1 files changed, 2 insertions, 1 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 9d0dfe1d246..cc4c945f10a 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
@@ -100,7 +100,8 @@
<div style="height: 17px;line-height: 17px;font-size: 11px;">
<div style="float: left">
- <span style="color: #888"><%= rule.key %></span>
+ <div style="color: #888" id="rule_repository_<%= rule.id -%>"><%= message('rules_configuration.repository')%> : <%= rule.repository_key %></div>
+ <div style="color: #888" id="rule_key_<%= rule.id -%>"><%= message('key')%> : <%= rule.plugin_rule_key %></div>
</div>
</div>
</div>