aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-02-16 19:26:11 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2012-02-16 19:26:24 +0100
commitb927e75930e82b95b65c8170091d8a0d15db7bbf (patch)
tree9f5212e2b209ef48e2d8325378bc53126f736065 /plugins
parentcd4a931a8de29b68aa3bdfedd2f030c00a369ae0 (diff)
downloadsonarqube-b927e75930e82b95b65c8170091d8a0d15db7bbf.tar.gz
sonarqube-b927e75930e82b95b65c8170091d8a0d15db7bbf.zip
Use an icon to display help message in treemaps
Diffstat (limited to 'plugins')
-rw-r--r--plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/rules.html.erb2
1 files changed, 2 insertions, 0 deletions
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 29e61001f83..21abde5f3cb 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
@@ -40,6 +40,7 @@
<% end %>
<% end %>
</div>
+ <% if density %>
<h3><%= message('widget.rules.rules_compliance') -%></h3>
<div>
<span class="big">
@@ -47,6 +48,7 @@
</span>
<%= dashboard_configuration.selected_period? ? format_variation(density) : trend_icon(density) -%>
</div>
+ <% end %>
</div>
</td>