소스 검색

fix: hide du lien vers userecho qui decallé le header

Sevajol Bastien 12 년 전
부모
커밋
e89f743fd0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Muzich/CoreBundle/Resources/views/layout.html.twig

+ 1 - 1
src/Muzich/CoreBundle/Resources/views/layout.html.twig 파일 보기

@@ -14,7 +14,7 @@
14 14
   <div id="container">
15 15
     
16 16
     {% if app.user %}
17
-      <a onmouseover="UE.Popin.preload();" href="#" onclick="UE.Popin.show(); return false;">Vos retours</a>
17
+      <a style="display: none;" onmouseover="UE.Popin.preload();" href="#" onclick="UE.Popin.show(); return false;">Vos retours</a>
18 18
     {% endif %}
19 19
   
20 20
     <div id="main_content">