]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-3831 Displaying project key in "Bulk deletion"
authorDavid Gageot <david@gageot.net>
Fri, 9 Nov 2012 12:37:15 +0000 (13:37 +0100)
committerDavid Gageot <david@gageot.net>
Fri, 9 Nov 2012 12:37:15 +0000 (13:37 +0100)
sonar-server/src/main/webapp/WEB-INF/app/views/bulk_deletion/index.html.erb

index 9d05302feac02680407328cb9581fdba9e598d98..70ccdecf0d021913e473a3cf40d92ebcf53ddabe 100644 (file)
@@ -51,6 +51,7 @@
               <input type="hidden" id="all_resources" name="all_resources" value=""/>
             <% end %>
           </th>
+          <th></th>
         </tr>
       </thead>
       <tbody>
@@ -61,7 +62,9 @@
           </td>
           <td>
             <%= resource.name -%>
-            <br/><span class="small gray"><%= resource.key -%></span></td>
+          </td>
+          <td>
+            <span class="small gray"><%= resource.key -%></span></td>
           </td>
         </tr>
       <% end %>