Welcome to mirror list, hosted at ThFree Co, Russian Federation.

contacts.haml « people « views « app - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c53f157818f7467caf769394980544d45352f1db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
-#   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