<% @project_snapshots.each do |project_snapshot|%>
<tr class="<%= cycle('even', 'odd', :name => 'dep') -%>">
<td>
- <%= qualifier_icon(project_snapshot.project) %> <%= link_to h(project_snapshot.project.name(true)), "#{ApplicationController.root_context}/plugins/resource/#{project_snapshot.project_id}?page=org.sonar.plugins.design.ui.libraries.LibrariesPage&filter=#{h @resource.kee}" -%><br/>
+ <%= qualifier_icon(project_snapshot.project) %> <%= link_to h(project_snapshot.project.name(true)), "#{ApplicationController.root_context}/libraries/index/#{h @resource.kee}" -%><br/>
<span class="small gray"><%= h project_snapshot.project.kee -%></span></td>
</tr>
<% end %>
$j('#artifacts_col tr.selected').each(function(index,item) {item.scrollIntoView(true);});
$j('#versions_col tr.selected').each(function(index,item) {item.scrollIntoView(true);});
$j('#results_col tr.selected').each(function(index,item) {item.scrollIntoView(true);});
-</script>
\ No newline at end of file
+</script>