From: Fabrice Bellingard Date: Fri, 28 Sep 2012 11:23:57 +0000 (+0200) Subject: SONAR-968 Remove unused code X-Git-Tag: 3.3~178 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7f89ea34fb6e7c09f6cfc8e9e1640d0dcc02c0d6;p=sonarqube.git SONAR-968 Remove unused code --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/violations.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/violations.html.erb index 2a44c0e730c..ceaeddf1f2b 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/violations.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/violations.html.erb @@ -145,7 +145,7 @@ <% end %> <%= qualifier_icon(resource) -%>  <% if resource.source_code? %> - <%= resource.name(false) %> <% else %> <%= link_to(h(resource.name), {:only_path => true, :overwrite_params => {:rids => (selected ? rids-[resource.id] : rids+[resource.id])}}) -%> @@ -177,9 +177,5 @@ item.scrollIntoView(true); }); <% end %> - - <% if @drilldown.highlighted_resource %> - d(<%= @drilldown.highlighted_resource.id -%>); - <% end %> <%= render :partial => 'footer' -%> \ No newline at end of file