diaspora/app/views/people/_index.html.haml
2017-08-31 02:44:53 +02:00

13 lines
481 B
Text

#people-stream
- people.each do |person|
.media.stream-element{id: person.id}
.media-object.pull-left
= person_image_link(person, :size => :thumb_small)
.media-body
= person_link(person, :class => 'name')
.info.diaspora_handle
= person.diaspora_handle
.info.tags
= Diaspora::Taggable.format_tags(person.profile.tag_string)
= will_paginate people, :renderer => WillPaginate::ActionView::BootstrapLinkRenderer