Skip to content

Commit 95fe794

Browse files
committed
RoutingPanel: compatibility with Tracy 2.5
1 parent 832f223 commit 95fe794

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/Bridges/ApplicationTracy/templates/RoutingPanel.panel.phtml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ use Tracy\Dumper;
99

1010
?>
1111
<style class="tracy-debug">
12-
1312
#tracy-debug .nette-RoutingPanel table {
1413
font: 9pt/1.5 Consolas, monospace;
1514
}
@@ -26,10 +25,8 @@ use Tracy\Dumper;
2625
display: inline;
2726
background: transparent;
2827
}
29-
3028
</style>
3129

32-
<div class="nette-RoutingPanel">
3330
<h1>
3431
<?php if (empty($request)): ?>
3532
no route
@@ -38,7 +35,8 @@ use Tracy\Dumper;
3835
<?php endif ?>
3936
</h1>
4037

41-
<div class="tracy-inner">
38+
<div class="tracy-inner nette-RoutingPanel">
39+
<div class="tracy-inner-container">
4240
<?php if (empty($routers)): ?>
4341
<p>No routers defined.</p>
4442

0 commit comments

Comments
 (0)