Use correct pagination in mobile person show

This commit is contained in:
Raphael Sofaer 2011-04-28 12:23:55 -07:00
parent 899963d487
commit 567b440f3d

View file

@ -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;"}