diff --git a/app/views/people/_index.html.haml b/app/views/people/_index.html.haml index 72df7e017fcc5596ad9ac723be3b29617fd6799b..3b2c4ddb8aa13d8afdfcad83f2bb223421997a39 100644 --- a/app/views/people/_index.html.haml +++ b/app/views/people/_index.html.haml @@ -10,4 +10,4 @@ %span.from =person_link(person, :class => "hovercardable") - = will_paginate people, :params => {:controller => 'people', :action => 'tag_index'} + = will_paginate people, :inner_window => 3, :params => {:controller => 'people', :action => 'tag_index'}