diaspora/app/views/services/_finder.html.haml
zhitomirskiyi 2b6165d8ea wip
2011-03-17 14:32:07 -07:00

8 lines
447 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
- for uid in friends.keys
= render :partial => 'services/remote_friend', :locals => {:friend => friends[uid], :uid => uid}