[WebProfilerBundle]link to the original url to go back to the application easily

This commit is contained in:
hidenorigoto 2011-02-20 01:05:31 +09:00
parent 418655e571
commit bbdbd81877
2 changed files with 5 additions and 1 deletions

View File

@ -81,6 +81,10 @@ img {
margin-left: 45px; margin-left: 45px;
} }
.header a {
color: #fff;
}
.menu, td.menu { .menu, td.menu {
width: 240px; width: 240px;
} }

View File

@ -7,7 +7,7 @@
Symfony Profiler Symfony Profiler
</h1> </h1>
<div> <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> </div>
</div> </div>