From: David Gageot Date: Fri, 9 Nov 2012 12:37:15 +0000 (+0100) Subject: SONAR-3831 Displaying project key in "Bulk deletion" X-Git-Tag: 3.4~343 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=be23bce3877f461d968a2922a26f9bdd36ce356e;p=sonarqube.git SONAR-3831 Displaying 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 9d05302feac..70ccdecf0d0 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 @@ -51,6 +51,7 @@ <% end %> + @@ -61,7 +62,9 @@ <%= resource.name -%> -
<%= resource.key -%> + + + <%= resource.key -%> <% end %>