From: Stas Vilchik Date: Fri, 22 Aug 2014 06:35:38 +0000 (+0600) Subject: SONAR-4407 Refactor the libraries page in order to drop GWT X-Git-Tag: 4.5-RC1~123 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=327b533811e38744cd8ae1ebc0db65761bfc6095;p=sonarqube.git SONAR-4407 Refactor the libraries page in order to drop GWT Update dependencies page --- 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 +