From 3c8a87783f84589b38349f691fc04bf5501bd21c Mon Sep 17 00:00:00 2001 From: maxwell Date: Fri, 18 Feb 2011 16:07:22 -0800 Subject: [PATCH] stream order can take created at to be sorted by origin post time --- app/views/aspects/_aspect_stream.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/aspects/_aspect_stream.haml b/app/views/aspects/_aspect_stream.haml index ec60e948c..432112f0f 100644 --- a/app/views/aspects/_aspect_stream.haml +++ b/app/views/aspects/_aspect_stream.haml @@ -5,6 +5,7 @@ = render 'shared/publisher', :aspect => aspect, :aspect_ids => aspect_ids #main_stream.stream{:data => {:guids => aspect_ids.join(',')}} + =request.url = render 'shared/stream', :posts => fakes %a.paginate = t("more")