diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-02-16 19:26:11 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-02-16 19:26:24 +0100 |
commit | b927e75930e82b95b65c8170091d8a0d15db7bbf (patch) | |
tree | 9f5212e2b209ef48e2d8325378bc53126f736065 /plugins | |
parent | cd4a931a8de29b68aa3bdfedd2f030c00a369ae0 (diff) | |
download | sonarqube-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.erb | 2 |
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> |