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 2e74bc3..b93e38d 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
@@ -6,11 +6,11 @@
  */
 ?>
 <div <?php print $attributes; ?>>
-  <?php if (!empty($actions)) : ?>
-    <?php print $actions; ?>
-  <?php endif; ?>
   <?php if (!empty($title)) : ?>
     <h3><?php print $title; ?></h3>
   <?php endif; ?>
+  <?php if (!empty($actions)) : ?>
+    <?php print $actions; ?>
+  <?php endif; ?>
   <?php print $content; ?>
 </div>
