merged branch snc/issue-2589 (PR #2596)

Commits
-------

932c144 Added a class to the logs ol element to prevent hiding it when toggling an exception (fixes #2589).

Discussion
----------

Fix for issue 2589

Bug fix: yes
Feature addition: no
Backwards compatibility break: no
Symfony2 tests pass: yes
Fixes the following tickets: #2589

Added a class to the logs ol element to prevent hiding it when toggling an exception.
This commit is contained in:
Fabien Potencier 2011-11-10 10:52:13 +01:00
commit 877e484529

View File

@ -1,4 +1,4 @@
<ol class="traces">
<ol class="traces logs">
{% for log in logs %}
<li{% if log.priorityName in ['EMERG', 'ERR', 'CRIT', 'ALERT', 'ERROR', 'CRITICAL'] %} class="error"{% endif %}>
{{ log.message }}