diaspora/app/views/shared/_contact_list.html.haml
2010-12-13 17:53:27 -08:00

15 lines
469 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.
.contact_list
= search_field_tag :contact_search, "", :class => 'contact_list_search', :results => 5, :placeholder => t('.all_contacts')
%ul
- for contact in contacts
%li
%span.name
= contact_link contact
.right
= aspect_membership_button(aspect_id, contact)