8000 Added a class to the logs ol element to prevent hiding it when toggli… · ftassi/symfony@932c144 · GitHub
[go: up one dir, main page]

Skip to content

Commit 932c144

Browse files
committed
Added a class to the logs ol element to prevent hiding it when toggling an exception (fixes symfony#2589).
1 parent 9d2ab9c commit 932c144

File tree

1 file changed

+1
- AFD0 1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/TwigBundle/Resources/views/Exception/logs.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<ol class="traces">
1+
<ol class="traces logs">
22
{% for log in logs %}
33
<li{% if log.priorityName in ['EMERG', 'ERR', 'CRIT', 'ALERT', 'ERROR', 'CRITICAL'] %} class="error"{% endif %}>
44
{{ log.message }}

0 commit comments

Comments
 (0)
0