[WebProfilerBundle] removed next pointer class in a template

This commit is contained in:
Bilal Amarni 2013-04-02 11:25:27 +03:00
parent e602b19b3c
commit b0ba9fd712

View File

@ -9,7 +9,7 @@
{{ collector.controller.method }}
</span>
{% else %}
<span class="sf-toolbar-info-class sf-toolbar-info-with-next-pointer">{{ collector.controller }}</span>
<span class="sf-toolbar-info-class">{{ collector.controller }}</span>
{% endif %}
{% endset %}
{% set request_status_code_color = (400 > collector.statuscode) ? ((200 == collector.statuscode) ? 'green' : 'yellow') : 'red'%}