]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4407 Refactor the libraries page in order to drop GWT
authorStas Vilchik <vilchiks@gmail.com>
Fri, 22 Aug 2014 06:35:38 +0000 (12:35 +0600)
committerStas Vilchik <vilchiks@gmail.com>
Fri, 22 Aug 2014 06:35:44 +0000 (12:35 +0600)
Update dependencies page

server/sonar-web/src/main/webapp/WEB-INF/app/views/dependencies/index.html.erb

index 1fd4756b3addd6f99c5700774ccad0e03b13187b..9594c549086518fcc926b59c4c50d842dada17cf 100644 (file)
@@ -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>