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 b93e38d..1f643ed 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>
