Merge remote branch 'Exeu/webprofiler-fixes'

* Exeu/webprofiler-fixes:
  Fixed the Profiler-Layout of MongoDBBundle to work without actuvating the DoctrineBundle
This commit is contained in:
Fabien Potencier 2011-03-07 20:37:56 +01:00
commit b5085d4823
3 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,7 @@
{% block menu %} {% block menu %}
<span class="label"> <span class="label">
<span class="icon"><img src="{{ asset('bundles/doctrine/images/profiler-menu.png') }}" alt="" /></span> <span class="icon"><img src="{{ asset('bundles/webprofiler/images/profiler/db.png') }}" alt="" /></span>
<strong>Doctrine</strong> <strong>Doctrine</strong>
<span class="count"> <span class="count">
<span>{{ collector.querycount }}</span> <span>{{ collector.querycount }}</span>

View File

@ -8,7 +8,8 @@
{% endblock %} {% endblock %}
{% block menu %} {% block menu %}
<span class="picto"> <span class="label">
<span class="icon"><img src="{{ asset('bundles/webprofiler/images/profiler/db.png') }}" alt="" /></span>
<strong>Doctrine MongoDB</strong> <strong>Doctrine MongoDB</strong>
<span class="count"> <span class="count">
<span>{{ collector.querycount }}</span> <span>{{ collector.querycount }}</span>