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
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/people/contacts.haml')
-rw-r--r--app/views/people/contacts.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/people/contacts.haml b/app/views/people/contacts.haml
index 90d89e6eb..4046fdb47 100644
--- a/app/views/people/contacts.haml
+++ b/app/views/people/contacts.haml
@@ -21,7 +21,7 @@
#people_stream.stream
- @hashes.each do |hash|
= render :partial => 'people/person', :locals => hash
- = will_paginate @contacts_of_contact
+ = will_paginate @contacts_of_contact, :renderer => WillPaginate::ActionView::BootstrapLinkRenderer
%a{:id=>"back-to-top", :title=>"#{t('layouts.application.back_to_top')}", :href=>"#"}
⇧