Fixed mistake of running will_paginate on @people instead of @notifications

This commit is contained in:
Nick van der Burgt 2010-12-29 10:51:42 +01:00
parent b33056f72b
commit e0f583d7d3

View file

@ -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