<% end %>
<%= qualifier_icon(resource) -%>
<% if resource.source_code? %>
- <a href="#" onclick="$$('#col_<%= index -%> tr').invoke('removeClassName', 'selected'); $('row_<%= index -%>_<%= row_index -%>').addClassName('selected'); d(<%= resource.id -%>, '<%= @period_index -%>', '<%= @rule ? @rule.key : @severity -%>');"
+ <a href="#" onclick="$$('#col_<%= index -%> tr').invoke('removeClassName', 'selected'); $('row_<%= index -%>_<%= row_index -%>').addClassName('selected'); d(<%= resource.id -%>);"
alt="<%= resource.name(true) -%>" title="<%= resource.name(true) -%>"><%= resource.name(false) %></a>
<% else %>
<%= link_to(h(resource.name), {:only_path => true, :overwrite_params => {:rids => (selected ? rids-[resource.id] : rids+[resource.id])}}) -%>
item.scrollIntoView(true);
});
<% end %>
-
- <% if @drilldown.highlighted_resource %>
- d(<%= @drilldown.highlighted_resource.id -%>);
- <% end %>
</script>
<%= render :partial => 'footer' -%>
\ No newline at end of file