From f1ae312e7580b99f4737b6162e0b329789ff632b Mon Sep 17 00:00:00 2001 From: maxwell Date: Sat, 18 Dec 2010 02:10:00 -0800 Subject: [PATCH] changes for person show page --- app/views/people/show.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/people/show.html.haml b/app/views/people/show.html.haml index a78f15bc9..d24015121 100644 --- a/app/views/people/show.html.haml +++ b/app/views/people/show.html.haml @@ -51,7 +51,8 @@ = t('.recent_posts') - else = t('.recent_public_posts') - + + %ul{:class => 'stream', :id => 'main_stream'} = render 'shared/stream', :posts => @post_hashes = will_paginate @posts