File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Bridge/Symfony/Bundle/Resources/views/DataCollector Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
{% macro operationLine(key , operation , actualOperationName ) %}
4
4
<tr >
5
- <th scope =" row" {{ key == actualOperationName ? ' class="status-success"' : ' ' } }>{{ key }}</th >
6
- <td {{ key == actualOperationName ? ' class="status-success"' : ' ' } }>{{- profiler_dump(operation , 1 ) -}}</td >
5
+ <th scope =" row" {% if key == actualOperationName %} class =" status-success" {% endif % }>{{ key }}</th >
6
+ <td {% if key == actualOperationName %} class =" status-success" {% endif % }>{{- profiler_dump(operation , 1 ) -}}</td >
7
7
</tr >
8
8
{% endmacro %}
9
9
111
111
<th scope =" col" class =" key" >
112
112
Attributes
113
113
</th >
114
- <th scope =" col" colspan = " 100% " ></th >
114
+ <th scope =" col" ></th >
115
115
</tr >
116
116
</thead >
117
117
You can’t perform that action at this time.
0 commit comments