From 379f242a1f8746b081112388b1ccc49c66dbc5d0 Mon Sep 17 00:00:00 2001 From: zhitomirskiyi Date: Thu, 17 Mar 2011 16:28:13 -0700 Subject: [PATCH] removed the mention_popup class inless in profile --- app/views/shared/_publisher.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/_publisher.html.haml b/app/views/shared/_publisher.html.haml index 9056d8c3e..c80150e3b 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