Inline the person partial on posts index

This commit is contained in:
danielgrippi 2011-03-15 15:13:43 -07:00
parent be42ccfa16
commit 67de069469

View file

@ -35,4 +35,11 @@
%h3 %h3
= t('.people_tagged_with', :tag => "##{params[:tag]}") = t('.people_tagged_with', :tag => "##{params[:tag]}")
.side_stream .side_stream
= render :collection => @people, :partial => 'people/person' - for person in @people
.stream_element{:id => person.id}
= person_image_link(person)
.content
%span.from
=person_link(person)
.info
= person.diaspora_handle