Ver código fonte

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

Sevajol Bastien 13 anos atrás
pai
commit
e89f743fd0

+ 1 - 1
src/Muzich/CoreBundle/Resources/views/layout.html.twig Ver arquivo

14
   <div id="container">
14
   <div id="container">
15
     
15
     
16
     {% if app.user %}
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
     {% endif %}
18
     {% endif %}
19
   
19
   
20
     <div id="main_content">
20
     <div id="main_content">