summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-06-25 17:57:28 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2014-06-25 17:57:33 +0200
commitf06b0b3fe5df6cf5c1cef82bb54269acd628ffe8 (patch)
tree8b8868bb5893c4d5bbf5a344a186070539a4f2c3 /plugins
parent5775a857cef75304c0e35bbd801a7a01552e8a08 (diff)
downloadsonarqube-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.erb2
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>