From e0f583d7d3ce94b8f3a72c5de13cacc52b3864d9 Mon Sep 17 00:00:00 2001 From: Nick van der Burgt Date: Wed, 29 Dec 2010 10:51:42 +0100 Subject: [PATCH] Fixed mistake of running will_paginate on @people instead of @notifications --- app/views/notifications/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/notifications/index.html.haml b/app/views/notifications/index.html.haml index a2b8b6267..5c6fe96f3 100644 --- a/app/views/notifications/index.html.haml +++ b/app/views/notifications/index.html.haml @@ -40,4 +40,4 @@ = object_link(note) %span.time= "#{t('ago', :time => time_ago_in_words(note.created_at))}" - = will_paginate @people + = will_paginate @notifications