19 lines
543 B
Text
19 lines
543 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.
|
|
|
|
.stream_element{:id => person.id}
|
|
.right
|
|
= render :partial => 'people/relationship_action',
|
|
:locals => { :person => person, :contact => contact,
|
|
:current_user => current_user }
|
|
|
|
= person_image_link(person)
|
|
|
|
.content
|
|
%span.from
|
|
=person_link(person)
|
|
|
|
.info
|
|
= Diaspora::Taggable.format_tags(person.profile.tag_string)
|
|
|