20 lines
595 B
Text
20 lines
595 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.
|
|
|
|
.stream_element{:id => person.id}
|
|
%div{:style => "float:right;margin-top:2px;"}
|
|
= render :partial => 'people/relationship_action',
|
|
:locals => { :person => person, :contact => contact,
|
|
:current_user => current_user }
|
|
|
|
.media
|
|
.img
|
|
= person_image_link(person)
|
|
|
|
.bd
|
|
=person_link(person)
|
|
|
|
.info
|
|
= Diaspora::Taggable.format_tags(person.profile.tag_string)
|
|
|