13 lines
469 B
Text
13 lines
469 B
Text
.media.stream_element{:id => person.id}
|
|
.pull-right
|
|
= render :partial => 'people/relationship_action',
|
|
:locals => { :person => person, :contact => contact,
|
|
:current_user => current_user }
|
|
.media-object.pull-left
|
|
= person_image_link(person)
|
|
.media-body
|
|
= person_link(person)
|
|
.info.diaspora_handle
|
|
= person.diaspora_handle
|
|
.info.tags
|
|
= Diaspora::Taggable.format_tags(person.profile.tag_string)
|