Skip to content

Commit 7c39939

Browse files
authored
Merge pull request #706 from cakephp/toggle-btn
move toggle btn to top
2 parents ba396be + 25d933d commit 7c39939

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Template/Element/routes_panel.ctp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ use Cake\Utility\Hash;
77

88
$routes = Cake\Routing\Router::routes();
99
?>
10+
<button type="button" class="btn-primary" id="toggle-debugkit-routes">
11+
<?= __d('debug_kit', 'Toggle debugkit internal routes') ?>
12+
</button>
1013
<table cellspacing="0" cellpadding="0" class="debug-table">
1114
<thead>
1215
<tr>
@@ -33,9 +36,6 @@ $routes = Cake\Routing\Router::routes();
3336
<?php endforeach; ?>
3437
</tbody>
3538
</table>
36-
<button type="button" class="btn-primary" id="toggle-debugkit-routes">
37-
<?= __d('debug_kit', 'Toggle debugkit internal routes') ?>
38-
</button>
3939

4040
<script>
4141
$(document).ready(function() {

0 commit comments

Comments
 (0)