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

This commit is contained in:
Victor Berchet 2012-12-07 10:03:28 +01:00
parent 0c6e145c0d
commit 459a09fbdf

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'] %}