Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorSteffen van Bergerem <svbergerem@online.de>2016-08-17 02:35:45 +0300
committerSteffen van Bergerem <svbergerem@online.de>2016-08-18 02:54:43 +0300
commit21887675a637ff834c0cffd5ea35c10585666673 (patch)
tree36f3a8c66a1e458f39e83e96aa3acc19aed9e364 /app/views
parent993f3d5ab0f45baaf301e3587c1dd7acc780eb4c (diff)
Use Bootstrap pagination on people search page
Diffstat (limited to 'app/views')
-rw-r--r--app/views/people/index.html.haml2
1 files changed, 1 insertions, 1 deletions
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: "#"}