From 459a09fbdfa9eb9d839df74942d2f6ec3a07dd69 Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Fri, 7 Dec 2012 10:03:28 +0100 Subject: [PATCH] [WebProfilerBundle] "View all" is "View last 10" --- .../WebProfilerBundle/Resources/views/Profiler/layout.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/layout.html.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/layout.html.twig index c189ee9d01..0fa73359ec 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/layout.html.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/layout.html.twig @@ -13,7 +13,7 @@
{% if profile %}
- View all + View last 10 Profile for: {{ profile.method|upper }} {% if profile.method|upper in ['GET', 'HEAD'] %}