From 8d0f0a9c2bc351336e6e7c73d164ad6c3ba57687 Mon Sep 17 00:00:00 2001 From: Fabrice Bellingard Date: Tue, 22 Nov 2011 11:18:07 +0100 Subject: [PATCH] SONAR-2071 Open resource viewer on the correct tab --- .../core/widgets/hotspot_most_violated_resources.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/hotspot_most_violated_resources.html.erb b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/hotspot_most_violated_resources.html.erb index 3f457c7dfbf..f4f5d2dd9e8 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/hotspot_most_violated_resources.html.erb +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/hotspot_most_violated_resources.html.erb @@ -53,7 +53,7 @@ %> - <%= link_to_resource(resource, resource.name) -%> + <%= link_to_resource(resource, resource.name, {:tab => :violations}) -%> <%= image_tag('priority/BLOCKER.png') -%> -- 2.39.5