Skip to content

Commit bbdbd81

Browse files
committed
[WebProfilerBundle]link to the original url to go back to the application easily
1 parent 418655e commit bbdbd81

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/public/css/profiler.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ img {
8181
margin-left: 45px;
8282
}
8383

84+
.header a {
85+
color: #fff;
86+
}
87+
8488
.menu, td.menu {
8589
width: 240px;
8690
}

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/layout.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Symfony Profiler
88
</h1>
99
<div>
10-
<em>{{ profiler.url }}</em> by <em>{{ profiler.ip }}</em> at <em>{{ profiler.time|date('r') }}</em>
10+
<em><a href="{{ profiler.url }}">{{ profiler.url }}</a></em> by <em>{{ profiler.ip }}</em> at <em>{{ profiler.time|date('r') }}</em>
1111
</div>
1212
</div>
1313

0 commit comments

Comments
 (0)