]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5136 Add extended description in rule part of issues viewer
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Wed, 11 Jun 2014 13:24:23 +0000 (15:24 +0200)
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Wed, 11 Jun 2014 13:24:23 +0000 (15:24 +0200)
sonar-server/src/main/hbs/issues/rule.hbs

index f21908ab6621a8fb89dc580024c1f93e16f7f700..a6b75581d429b44ed1fefc22e785d93cb5b9c9ac 100644 (file)
@@ -1,6 +1,7 @@
 <div class="rule-desc">
   <h1 class="marginbottom10">{{name}}</h1>
   <div class="marginbottom10">{{{htmlDesc}}}</div>
+  {{#if htmlNote}}<div class="marginbottom10">{{{htmlNote}}}</div>{{/if}}
 </div>
 
 <ul class="note code-issue-bar">