8 lines
407 B
Text
8 lines
407 B
Text
-# Copyright (c) 2010, Diaspora Inc. This file is
|
|
-# licensed under the Affero General Public License version 3 or later. See
|
|
-# the COPYRIGHT file.
|
|
|
|
= search_field_tag :contact_search, "", :class => 'contact_list_search', :results => 5, :placeholder => t('shared.contact_list.all_contacts')
|
|
|
|
%ul.friend_finder
|
|
= render :partial => 'services/remote_friend', :collection => friends, :as => :friend
|