10000 [WebProfilerBundle] Tweak the HTML code of the Twig entry view · symfony/symfony@c9ed471 · GitHub
[go: up one dir, main page]

Skip to content

Commit c9ed471

Browse files
committed
[WebProfilerBundle] Tweak the HTML code of the Twig entry view
1 parent df086fa commit c9ed471

File tree

1 file changed

+1
-1
lines changed
  • src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/twig.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<b>Entry View</b>
5454
<span>
5555
{% if link %}
56-
<a href="{{ link }}" title="{{ file }}" class="stretched-link">
56+
<a href="{{ link }}" title="{{ file }}">
5757
{{ template }}
5858
</a>
5959
{% else %}

0 commit comments

Comments
 (0)
0