From 8074e481a32c17bfe41998fd01b8b1c62a3c779c Mon Sep 17 00:00:00 2001 From: danielvincent Date: Thu, 6 Jan 2011 13:51:59 -0800 Subject: [PATCH] stream fix on aspects/show --- app/views/aspects/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/aspects/show.html.haml b/app/views/aspects/show.html.haml index 99f7567ab..99ff874f9 100644 --- a/app/views/aspects/show.html.haml +++ b/app/views/aspects/show.html.haml @@ -23,6 +23,6 @@ = render 'aspects/no_contacts_message', :aspect => @aspect, :contact_count => @aspect_contacts_count, :options => false = render 'aspects/no_posts_message', :post_count => @post_count, :contact_count=> @aspect_contacts_count - %ul{:class => 'stream', :id => 'main_stream'} + #main_stream.stream = render 'shared/stream', :posts => @post_hashes =will_paginate @posts