Fixed web profiler mongodb twig template

This commit is contained in:
H. Westphal 2010-11-23 09:28:06 +01:00 committed by Fabien Potencier
parent 30ccd0b794
commit 331466f1eb

View File

@ -7,7 +7,7 @@
{% block menu %} {% block menu %}
<div class="count">{{ collector.querycount }}</div> <div class="count">{{ collector.querycount }}</div>
<img style="margin: 0 5px 0 0; vertical-align: middle; width: 32px" width="32" height="32" alt="Mongo" src="<?php echo $view->get('assets')->getUrl('bundles/webprofiler/images/db.png') ?>" /> <img style="margin: 0 5px 0 0; vertical-align: middle; width: 32px" width="32" height="32" alt="Mongo" src="{% asset 'bundles/webprofiler/images/db.png' %}" />
Doctrine MongoDB Doctrine MongoDB
{% endblock %} {% endblock %}