From 11dc2253111af29ae6644a54e1c7aec7ec53a5c7 Mon Sep 17 00:00:00 2001 From: ilya Date: Thu, 23 Sep 2010 17:19:43 -0700 Subject: [PATCH] removed the old publish box --- app/views/aspects/public.html.haml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/app/views/aspects/public.html.haml b/app/views/aspects/public.html.haml index e8872cfb7..def45bc7c 100644 --- a/app/views/aspects/public.html.haml +++ b/app/views/aspects/public.html.haml @@ -15,21 +15,6 @@ - else = render "shared/publisher", :aspect_ids => :all -%h3 Facebook -%p - - if @logged_in - Connected to facebook as - - @response_hash = MiniFB.get(@access_token, 'me') - = @response_hash[:name] - - - form_tag "/services/fb_post" do - = text_area_tag "message" - = submit_tag "send it off" - - = link_to "Disconnect from Facebook", services_destroy_path - - else - = link_to "Connect to Facebook", @fb_access_url - %ul#stream - for post in @posts = render type_partial(post), :post => post unless post.class == Album