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 22
33{% macro operationLine(key , operation , actualOperationName ) %}
44 <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 >
77 </tr >
88{% endmacro %}
99
111111 <th scope =" col" class =" key" >
112112 Attributes
113113 </th >
114- <th scope =" col" colspan = " 100% " ></th >
114+ <th scope =" col" ></th >
115115 </tr >
116116 </thead >
117117
You can’t perform that action at this time.
0 commit comments