diff --git a/app/views/services/_finder.html.haml b/app/views/services/_finder.html.haml
index 0dbe0e28d..bf313399a 100644
--- a/app/views/services/_finder.html.haml
+++ b/app/views/services/_finder.html.haml
@@ -4,5 +4,4 @@
= search_field_tag :contact_search, "", :class => 'contact_list_search', :results => 5, :placeholder => t('shared.contact_list.all_contacts')
%ul.friend_finder
- - for friend in friends
- = render :partial => 'services/remote_friend', :locals => {:friend => friend}
+ = render :partial => 'services/remote_friend', :collection => friends, :as => :friend