14 lines
486 B
Text
14 lines
486 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, size: :thumb_small)
|
|
.media-body
|
|
= person_link(person)
|
|
.info.diaspora_handle
|
|
= person.diaspora_handle
|
|
.info.tags
|
|
= Diaspora::Taggable.format_tags(person.profile.tag_string)
|
|
.clearfix
|