Skip to content

Commit 733bdd9

Browse files
authored
Update _routes.tpl
1 parent fe4fb84 commit 733bdd9

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

system/Debug/Toolbar/Views/_routes.tpl

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,19 @@
3333
<h3>Defined Routes</h3>
3434

3535
<table>
36+
<thead>
37+
<tr>
38+
<th>Method</th>
39+
<th>Route</th>
40+
<th>Handler</th>
41+
</tr>
42+
</thead>
3643
<tbody>
3744
{routes}
3845
<tr>
39-
<td>{from}</td>
40-
<td>{to}</td>
46+
<td>{method}</td>
47+
<td>{route}</td>
48+
<td>{handler}</td>
4149
</tr>
4250
{/routes}
4351
</tbody>

0 commit comments

Comments
 (0)