]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-3535 At the bottom of a rule description, display the kee
authorDavid Gageot <david@gageot.net>
Thu, 14 Jun 2012 15:24:27 +0000 (17:24 +0200)
committerDavid Gageot <david@gageot.net>
Thu, 14 Jun 2012 15:31:58 +0000 (17:31 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule.html.erb

index f15e0ae0d224210bde2949451785d1d025e73371..61270e4848307fce99c896372e8833f82bf2f542 100644 (file)
       
       <div style="height: 17px;line-height: 17px;font-size: 11px;">
         <div style="float: left">
-          <span style="color: #888"><%= rule.plugin_name.capitalize %>:</span>
-          <span style="color: #888"><%= rule.plugin_rule_key %></span>
+          <span style="color: #888"><%= rule.key %></span>
         </div>
       </div>