]> source.dussan.org Git - sonarqube.git/commitdiff
Remove the link on the metric "projects". Indeed the drilldown is empty
authorSimon Brandhof <simon.brandhof@gmail.com>
Thu, 12 Apr 2012 14:24:06 +0000 (16:24 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Thu, 12 Apr 2012 14:24:06 +0000 (16:24 +0200)
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/size.html.erb

index 97061a5f0f339aa924667a6b38d1bd8aa867c565..a1161994a1abe69543c0c520dab7bcb382885c63 100644 (file)
@@ -47,7 +47,7 @@
           <p><%= format_measure(files, :suffix => message('widget.size.files.suffix'), :url => url_for_drilldown(files)) -%> <%= dashboard_configuration.selected_period? ? format_variation(files) : trend_icon(files) -%></p>
         <% end %>
         <% if projects %>
-          <p><%= format_measure(projects, :suffix => message('widget.size.projects.suffix'), :url => url_for_drilldown(projects)) -%> <%= dashboard_configuration.selected_period? ? format_variation(projects) : trend_icon(projects) -%></p>
+          <p><%= format_measure(projects, :suffix => message('widget.size.projects.suffix')) -%> <%= dashboard_configuration.selected_period? ? format_variation(projects) : trend_icon(projects) -%></p>
         <% end %>
       </div>
     </td>