From 327b533811e38744cd8ae1ebc0db65761bfc6095 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Fri, 22 Aug 2014 12:35:38 +0600 Subject: [PATCH] SONAR-4407 Refactor the libraries page in order to drop GWT Update dependencies page --- .../main/webapp/WEB-INF/app/views/dependencies/index.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/views/dependencies/index.html.erb b/server/sonar-web/src/main/webapp/WEB-INF/app/views/dependencies/index.html.erb index 1fd4756b3ad..9594c549086 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/views/dependencies/index.html.erb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/views/dependencies/index.html.erb @@ -86,7 +86,7 @@ padding: 5px; <% @project_snapshots.each do |project_snapshot|%> - <%= 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}" -%>
+ <%= qualifier_icon(project_snapshot.project) %> <%= link_to h(project_snapshot.project.name(true)), "#{ApplicationController.root_context}/libraries/index/#{h @resource.kee}" -%>
<%= h project_snapshot.project.kee -%> <% end %> @@ -100,4 +100,4 @@ padding: 5px; $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);}); - \ No newline at end of file + -- 2.39.5