Use correct pagination in mobile person show
This commit is contained in:
parent
899963d487
commit
567b440f3d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;"}
|
||||
|
|
|
|||
Loading…
Reference in a new issue