Files
rpsls-game/system/Debug/Toolbar/Views/_database.tpl
2019-12-02 14:56:47 -06:00

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>