Merge pull request #123 from havvg/master

fix data collector template
This commit is contained in:
William DURAND 2012-03-08 15:24:56 -08:00
commit 4754feac83

View file

@ -20,7 +20,7 @@
<strong>Propel</strong>
<span class="count">
<span>{{ collector.querycount }}</span>
<span>{{ '%0.0f'|format(collector.queriesduration * 1000) }} ms</span>
<span>{{ '%0.0f'|format(collector.time * 1000) }} ms</span>
</span>
</span>
{% endblock %}