aboutsummaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2014-08-22 12:35:38 +0600
committerStas Vilchik <vilchiks@gmail.com>2014-08-22 12:35:44 +0600
commit327b533811e38744cd8ae1ebc0db65761bfc6095 (patch)
tree2d7e8f368a25316ad3bab80ea3ab85b4b8be8732 /server
parentfdada947435070ed7f7745a2aff70cfaa67f8d3c (diff)
downloadsonarqube-327b533811e38744cd8ae1ebc0db65761bfc6095.tar.gz
sonarqube-327b533811e38744cd8ae1ebc0db65761bfc6095.zip
SONAR-4407 Refactor the libraries page in order to drop GWT
Update dependencies page
Diffstat (limited to 'server')
-rw-r--r--server/sonar-web/src/main/webapp/WEB-INF/app/views/dependencies/index.html.erb4
1 files 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|%>
<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 %>
@@ -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);});
-</script> \ No newline at end of file
+</script>