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:
authordanielgrippi <danielgrippi@gmail.com>2011-09-08 00:00:21 +0400
committerdanielgrippi <danielgrippi@gmail.com>2011-09-08 00:00:21 +0400
commit184422607759d7147ecb24053a773c5f52843da4 (patch)
tree6f1be2ace0f273de94ba7dc5206da21be1b24219 /app/views/services
parent85c64504acfb153cef6ffd803c88be005f44a7bd (diff)
paginate facebook friends.
Diffstat (limited to 'app/views/services')
-rw-r--r--app/views/services/finder.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/services/finder.html.haml b/app/views/services/finder.html.haml
index e76190e31..7f4e662e4 100644
--- a/app/views/services/finder.html.haml
+++ b/app/views/services/finder.html.haml
@@ -12,14 +12,14 @@
= render 'shared/contact_sidebar'
.span-18.last.searchable
- = search_field_tag :contact_search, "", :id => "contact_list_search", :class => 'contact_list_search', :results => 5, :placeholder => t('search')
+ /= search_field_tag :contact_search, "", :id => "contact_list_search", :class => 'contact_list_search', :results => 5, :placeholder => t('search')
%h3
= t('.service_friends', :service => params[:provider].titleize)
#people_stream.stream.contacts
- if @friends.size > 0
= render :partial => 'remote_friend', :collection => @friends, :as => :friend
- /= will_paginate @friends
+ = will_paginate @friends
- else
.no_contacts
= link_to(image_tag("social_media_logos/facebook-48x48.png"), "/auth/facebook")