Render collection in services finder

This commit is contained in:
Raphael Sofaer 2011-05-17 12:32:25 -07:00
parent 79a684d072
commit d7980978fa

View file

@ -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