From 086df28a37973eb9f9a08a6a256cd8d9ea969e5e Mon Sep 17 00:00:00 2001 From: danielvincent Date: Fri, 8 Oct 2010 15:21:27 -0700 Subject: [PATCH] removed connected to facebook text under everyone publisher --- app/views/shared/_publisher.haml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/shared/_publisher.haml b/app/views/shared/_publisher.haml index a3c366368..214f88964 100644 --- a/app/views/shared/_publisher.haml +++ b/app/views/shared/_publisher.haml @@ -18,7 +18,6 @@ = check_box_tag("aspect_ids[]", aspect.id, @aspect == :all || current_aspect?(aspect) ) = aspect.name - = connected_fb_as(@access_token) if @logged_in && @aspect == :all = f.hidden_field( :public, :value => false ) .buttons