浏览代码

[WebProfilerBundle] Remove the format and content type from the wdtb

Victor Berchet 14 年之前
父节点
当前提交
b2be041475
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/request.html.twig

+ 0 - 4
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/request.html.twig

@@ -17,11 +17,7 @@
             <span style="margin: 0; padding: 0; color: #979696;">|</span>
             <span{{ not collector.route ? ' style="color:#a33"' : '' }}>{{ collector.route ? collector.route : 'NONE' }}</span>
             <span style="margin: 0; padding: 0; color: #979696;">|</span>
-            <span>{{ collector.format }}</span>
-            <span style="margin: 0; padding: 0; color: #979696;">|</span>
             <span style="color: {{ 200 == collector.statuscode ? '#759e1a' : '#a33' }}">{{ collector.statuscode }}</span>
-            <span style="margin: 0; padding: 0; color: #979696;">|</span>
-            <span>{{ collector.contenttype }}</span>
         {% endspaceless %}
     {% endset %}
     {% include 'WebProfiler:Profiler:toolbar_item.html.twig' with { 'link': profiler_url } %}