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