Skip to content

Commit

Permalink
[WebProfilerBundle] added the method information in the profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Dec 13, 2011
1 parent 2973d16 commit 09678b7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -14,7 +14,7 @@
{% if profile %}
<div id="resume">
<strong>Profile for:</strong>
<a href="{{ profile.url }}">{{ profile.url }}</a>
{{ profile.method|upper }} <a href="{{ profile.url }}">{{ profile.url }}</a>
<span class="date">
<em>by {{ profile.ip }}</em> at <em>{{ profile.time|date('r') }}</em>
</span>
Expand Down

0 comments on commit 09678b7

Please sign in to comment.