diff --git a/core/modules/views/views_ui/theme/views-ui-display-tab-bucket.tpl.php b/core/modules/views/views_ui/theme/views-ui-display-tab-bucket.tpl.php
index b93e38d692dcfdb90f842a28c2caf7ac3fe8c56c..1f643ed4d85c4b22a2e38582e15f19ace585fe80 100644
--- a/core/modules/views/views_ui/theme/views-ui-display-tab-bucket.tpl.php
+++ b/core/modules/views/views_ui/theme/views-ui-display-tab-bucket.tpl.php
@@ -9,8 +9,8 @@
   <?php if (!empty($title)) : ?>
     <h3><?php print $title; ?></h3>
   <?php endif; ?>
+  <?php print $content; ?>
   <?php if (!empty($actions)) : ?>
     <?php print $actions; ?>
   <?php endif; ?>
-  <?php print $content; ?>
 </div>