diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-06-25 09:50:39 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-06-25 09:50:50 +0200 |
commit | ea2839cb243df0f7acad135f75bab885e6058731 (patch) | |
tree | 7a5e74bbce513d0165ff3c2a51ad5de0c5ef7682 /plugins | |
parent | 32c346a156e363ada25c282774eb5ff39b01a4c5 (diff) | |
download | sonarqube-ea2839cb243df0f7acad135f75bab885e6058731.tar.gz sonarqube-ea2839cb243df0f7acad135f75bab885e6058731.zip |
Fix links to project dashboards and file viewers
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 8bd76b5af67..8a7336f670f 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 => :violations, :class => 'underlined-link'}) -%> + <%= link_to_resource(resource, h(resource.name), {:tab => 'issues', :settings => 'issues', :class => 'underlined-link'}) -%> </td> <td class="small right"> <i class="icon-severity-blocker"></i> |