* hidenorigoto/fix-profiler-header: [WebProfilerBundle]link to the original url to go back to the application easily
@@ -81,6 +81,10 @@ img {
margin-left: 45px;
}
+.header a {
+ color: #fff;
+}
+
.menu, td.menu {
width: 240px;
@@ -7,7 +7,7 @@
Symfony Profiler
</h1>
<div>
- <em>{{ profiler.url }}</em> by <em>{{ profiler.ip }}</em> at <em>{{ profiler.time|date('r') }}</em>
+ <em><a href="{{ profiler.url }}">{{ profiler.url }}</a></em> by <em>{{ profiler.ip }}</em> at <em>{{ profiler.time|date('r') }}</em>
</div>