diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-06-25 17:57:28 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-06-25 17:57:33 +0200 |
commit | f06b0b3fe5df6cf5c1cef82bb54269acd628ffe8 (patch) | |
tree | 8b8868bb5893c4d5bbf5a344a186070539a4f2c3 /plugins | |
parent | 5775a857cef75304c0e35bbd801a7a01552e8a08 (diff) | |
download | sonarqube-f06b0b3fe5df6cf5c1cef82bb54269acd628ffe8.tar.gz sonarqube-f06b0b3fe5df6cf5c1cef82bb54269acd628ffe8.zip |
Fix file popups
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/hotspots/hotspot_most_violated_resources.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/hotspots/hotspot_most_violated_resources.html.erb b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/hotspots/hotspot_most_violated_resources.html.erb index 8a7336f670f..ca1664a30e9 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/hotspots/hotspot_most_violated_resources.html.erb +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/hotspots/hotspot_most_violated_resources.html.erb @@ -63,7 +63,7 @@ %> <tr class="<%= cycle 'even', 'odd', :name => ('hotspot_most_violated_resources' + widget.id.to_s) -%>"> <td> - <%= link_to_resource(resource, h(resource.name), {:tab => 'issues', :settings => 'issues', :class => 'underlined-link'}) -%> + <%= link_to_resource(resource, h(resource.name), {:metric => 'violations', :class => 'underlined-link'}) -%> </td> <td class="small right"> <i class="icon-severity-blocker"></i> |