File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 50
50
</span >
51
51
</div >
52
52
53
- {% if ' n/a' != collector .appname %}
53
+ {% if ' n/a' is not same as ( collector .appname ) %}
54
54
<div class =" sf-toolbar-info-piece" >
55
55
<b >Kernel name</b >
56
56
<span >{{ collector .appname }}</span >
57
57
</div >
58
58
{% endif %}
59
59
60
- {% if ' n/a' != collector .env %}
60
+ {% if ' n/a' is not same as ( collector .env ) %}
61
61
<div class =" sf-toolbar-info-piece" >
62
62
<b >Environment</b >
63
63
<span >{{ collector .env }}</span >
64
64
</div >
65
65
{% endif %}
66
66
67
- {% if ' n/a' != collector .debug %}
67
+ {% if ' n/a' is not same as ( collector .debug ) %}
68
68
<div class =" sf-toolbar-info-piece" >
69
69
<b >Debug</b >
70
- <span class =" {{ debug_status_class }}" >{{ collector .debug ? ' enabled' : ' disabled' }}</span >
70
+ <span class =" sf-toolbar-status sf-toolbar-status- {{ collector . debug ? ' green ' : ' red ' }}" >{{ collector .debug ? ' enabled' : ' disabled' }}</span >
71
71
</div >
72
72
{% endif %}
73
73
</div >
You can’t perform that action at this time.
0 commit comments