Skip to content

Commit 41d3953

Browse files
committed
Fix regression in WDT path/pattern naming
1 parent efabb1e commit 41d3953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Router/panel.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
{% for trace in traces %}
3434
<tr class="{{ 1 == trace.level ? 'almost' : 2 == trace.level ? 'matches' : '' }}">
3535
<td>{{ trace.name }}</td>
36-
<td>{{ trace.pattern }}</td>
36+
<td>{{ trace.path }}</td>
3737
<td>{{ trace.log }}</td>
3838
</tr>
3939
{% endfor %}

0 commit comments

Comments
 (0)