diff --git a/app/views/shared/_publisher.html.haml b/app/views/shared/_publisher.html.haml
index 9056d8c3ea6329c929fd673d63db0a984ea13388..c80150e3b3311e20985dff444633eeccbc0dd570 100644
--- a/app/views/shared/_publisher.html.haml
+++ b/app/views/shared/_publisher.html.haml
@@ -7,7 +7,7 @@
     $(".question_mark").tipsy({trigger: 'hover', gravity: 'w'});
   });
 
-#publisher.mention_popup
+#publisher{:class => ((aspect == :profile)? 'mention_popup' : nil )}
 
   #click_to_share
     -unless aspect == :profile