Fixed mistake of running will_paginate on @people instead of @notifications
This commit is contained in:
parent
b33056f72b
commit
e0f583d7d3
1 changed files with 1 additions and 1 deletions
|
|
@ -40,4 +40,4 @@
|
||||||
= object_link(note)
|
= object_link(note)
|
||||||
|
|
||||||
%span.time= "#{t('ago', :time => time_ago_in_words(note.created_at))}"
|
%span.time= "#{t('ago', :time => time_ago_in_words(note.created_at))}"
|
||||||
= will_paginate @people
|
= will_paginate @notifications
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue