From 567b440f3dde2254ae2778aa27bdd2bbf35002ff Mon Sep 17 00:00:00 2001 From: Raphael Sofaer Date: Thu, 28 Apr 2011 12:23:55 -0700 Subject: [PATCH] Use correct pagination in mobile person show --- app/views/people/show.mobile.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/people/show.mobile.haml b/app/views/people/show.mobile.haml index 08ce19c1b..8bc11c86c 100644 --- a/app/views/people/show.mobile.haml +++ b/app/views/people/show.mobile.haml @@ -31,7 +31,7 @@ #main_stream.stream = render 'shared/stream', :posts => @posts #pagination - =link_to(t('more'), person_path(@person, :page => next_page), :class => 'paginate') + =link_to(t('more'), next_page_path, :class => 'paginate') - else #stream %li{:style=>"text-align:center;"}