소스 검색

[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 %}