17 lines
314 B
Smarty
17 lines
314 B
Smarty
<table>
|
|
<thead>
|
|
<tr>
|
|
<th class="debug-bar-width6r">Time</th>
|
|
<th>Query String</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
{queries}
|
|
<tr>
|
|
<td class="narrow">{duration}</td>
|
|
<td>{! sql !}</td>
|
|
</tr>
|
|
{/queries}
|
|
</tbody>
|
|
</table>
|