merged branch vicb/debug/last (PR #6220)

This PR was merged into the master branch.

Commits
-------

459a09f [WebProfilerBundle] "View all" is "View last 10"

Discussion
----------

[WebProfilerBundle] "View all" is "View last 10"

Change a misleading link description
This commit is contained in:
Fabien Potencier 2012-12-07 10:12:12 +01:00
commit 5581db35b2

View File

@ -13,7 +13,7 @@
<div id="collector-wrapper">
{% if profile %}
<div id="resume">
<a id="resume-view-all" href="{{ path('_profiler_search', {limit: 10}) }}">View all</a>
<a id="resume-view-all" href="{{ path('_profiler_search', {limit: 10}) }}">View last 10</a>
<strong>Profile for:</strong>
{{ profile.method|upper }}
{% if profile.method|upper in ['GET', 'HEAD'] %}