10000 merged branch bamarni/patch-3 (PR #7544) · symfony/symfony@d65788b · GitHub
[go: up one dir, main page]

Skip to content

Commit d65788b

Browse files
committed
merged branch bamarni/patch-3 (PR #7544)
This PR was merged into the 2.1 branch. Discussion ---------- [WebProfilerBundle] removed next pointer class in a template It's not needed as there is nothing after the span here, eg. on a 404, see : http://awesomescreenshot.com/0d5149an51 It displays "n/a ::". Commits ------- b0ba9fd [WebProfilerBundle] removed next pointer class in a template
2 parents e602b19 + b0ba9fd commit d65788b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/request.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{{ collector.controller.method }}
1010
</span>
1111
{% else %}
12-
<span class="sf-toolbar-info-class sf-toolbar-info-with-next-pointer">{{ collector.controller }}</span>
12+
<span class="sf-toolbar-info-class">{{ collector.controller }}</span>
1313
{% endif %}
1414
{% endset %}
1515
{% set request_status_code_color = (400 > collector.statuscode) ? ((200 == collector.statuscode) ? 'green' : 'yellow') : 'red'%}

0 commit comments

Comments
 (0)
0