From: David Gageot Date: Wed, 7 Nov 2012 15:25:01 +0000 (+0100) Subject: SONAR-3831 project key in "Bulk deletion" X-Git-Tag: 3.4~363 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ff0749110306a01e2ae4b1bcd6df07b9e4b15466;p=sonarqube.git SONAR-3831 project key in "Bulk deletion" --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/bulk_deletion/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/bulk_deletion/index.html.erb index 664f8f67e6a..9d05302feac 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/bulk_deletion/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/bulk_deletion/index.html.erb @@ -10,7 +10,7 @@
-<% +<% found_resources_count = @resources.size found_resources_ids = @resources.map {|r| r.id.to_s}.join(',') page_size = (params[:page_size] && params[:page_size].to_i) || 20 @@ -21,14 +21,14 @@ <%= submit_tag message('bulk_deletion.filter'), :id => 'filter_resources' %> <% end %> - + <% if @resources.empty? %>
<%= message('no_results') -%> <% else %> <% form_remote_tag( :url => {:action => 'delete_resources'}, :loading => "window.location='#{url_for :action => 'pending_deletions'}';") do %> - + @@ -59,14 +59,17 @@ - + + <% end %>
<%= resource.name -%> + <%= resource.name -%> +
<%= resource.key -%>
- + <% end %> - + <% end %> - +
\ No newline at end of file