diff --git a/app/views/people/index.html.haml b/app/views/people/index.html.haml index f8a310fb8..5dd55ddbf 100644 --- a/app/views/people/index.html.haml +++ b/app/views/people/index.html.haml @@ -35,7 +35,7 @@ - for hash in @hashes = render partial: 'people/person', locals: hash - = will_paginate(@people) + = will_paginate @people, renderer: WillPaginate::ActionView::BootstrapLinkRenderer %a.entypo-chevron-up.back-to-top#back-to-top{title: "#{t('layouts.application.back_to_top')}", href: "#"}