瀏覽代碼

[WebProfilerBundle] Added security icon for the Web Profiler menu

Francis Besset 14 年之前
父節點
當前提交
a7e1058898
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/Symfony/Bundle/SecurityBundle/Resources/views/Collector/security.html.twig

+ 2 - 1
src/Symfony/Bundle/SecurityBundle/Resources/views/Collector/security.html.twig

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