]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4569 Move delete button at the top of the table in project tab
authorJulien Lancelot <julien.lancelot@gmail.com>
Wed, 28 Aug 2013 14:09:40 +0000 (16:09 +0200)
committerJulien Lancelot <julien.lancelot@gmail.com>
Wed, 28 Aug 2013 14:09:50 +0000 (16:09 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/bulk_deletion/index.html.erb

index 721bc9be79ba28fd7c12e923e897b4411b5aaf54..cb711be6c8c883bbedcb9631639368d21d6d3a25 100644 (file)
             </td>
           </tr>
         <% end %>
+        <tr>
+          <td colspan="3">
+            <input id="delete_resources" class="action red-button" type="submit" value="<%= message('delete') -%>" onclick="return checkBeforeDeleting();" name="commit">
+          </td>
+        </tr>
         </tbody>
         <%= paginate_java(@query_result.paging, :colspan => 3, :id => 'projects-bulk-deletion-foot', :include_loading_icon => true) { |label, page_id|
               link_to(label, params.merge({:pageIndex => page_id}))
             }
         %>
-        <input id="delete_resources" class="action red-button" type="submit" value="<%= message('delete') -%>" onclick="return checkBeforeDeleting();" name="commit">
       </table>
     <% end %>