diaspora/app/views/people/contacts.haml

21 lines
623 B
Text

-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
- content_for :head do
= javascript_include_tag :people
- content_for :page_title do
= @person.name
.span-6
= render :partial => 'people/profile_sidebar', :locals => {:person => @person, :contact => @contact }
.span-18.last
= render 'people/sub_header', :person => @person, :contact => @contact
#people_stream.stream
- @hashes.each do |hash|
= render :partial => 'people/person', :locals => hash
= will_paginate @contacts_of_contact