Parcourir la source

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

Sevajol Bastien il y a 12 ans
Parent
révision
e89f743fd0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/Muzich/CoreBundle/Resources/views/layout.html.twig

+ 1 - 1
src/Muzich/CoreBundle/Resources/views/layout.html.twig Voir le fichier

@@ -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">