Skip to content

Commit

Permalink
renamed 'Request handler' to 'Controller' and 'Route ID' to 'Route na…
Browse files Browse the repository at this point in the history
…me'.
  • Loading branch information
shiroyuki committed Apr 14, 2012
1 parent 3c5ede4 commit ecbabec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
<span class="sf-toolbar-status sf-toolbar-status-{{ request_status_code_color }}">{{ collector.statuscode }}</span>
</div>
<div class="sf-toolbar-info-piece">
<b>Request handler</b>
<b>Controller</b>
{{ request_handler }}
</div>
<div class="sf-toolbar-info-piece">
<b>Route ID</b>
<b>Route name</b>
{{ request_route }}
</div>
{% endspaceless %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<title>{% block title 'Profiler' %}</title>
<link rel="icon" type="image/x-icon" sizes="16x16" href="{{ asset('bundles/webprofiler/favicon.ico') }}" />
{% block head %}
<!--<link rel="stylesheet" href="{{ asset('bundles/webprofiler/css/toolbar.css') }}" />-->
<link rel="stylesheet" href="{{ asset('bundles/webprofiler/css/profiler.css') }}" />
{% endblock %}
{% include 'WebProfilerBundle:Profiler:toolbar_style.html.twig' with { 'position': 'top', 'floatable': false } %}
Expand Down

0 comments on commit ecbabec

Please sign in to comment.