From 3f3afebf484d95c045bb909d100f16f99a2e5eea Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Fri, 31 May 2013 17:19:55 +0200 Subject: [PATCH] SONAR-4369 Remove the popup link on rules from the severity icon of issue drilldown --- .../main/webapp/WEB-INF/app/views/drilldown/issues.html.erb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/issues.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/issues.html.erb index 7a4751f9447..8b5e5bdcecd 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/issues.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/issues.html.erb @@ -88,10 +88,7 @@ %> - " title="<%= message('issues_drilldown.click_for_more_on_x', :params => [rule.plugin_name, rule.plugin_rule_key]) -%>" - onclick="window.open(this.href,'rule','height=800,width=900,scrollbars=1,resizable=1');return false;" - href="<%= url_for :controller => 'rules', :action => 'show', :id => rule.key, :layout => 'false' -%>"> - + <%= link_to(rule.name, {:controller => :drilldown, :action => :issues, :id => @resource.id, :rule => (selected ? nil : rule.key), -- 2.39.5