From 184422607759d7147ecb24053a773c5f52843da4 Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Wed, 7 Sep 2011 13:00:21 -0700 Subject: paginate facebook friends. --- app/views/services/finder.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/views/services') 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") -- cgit v1.2.3