diaspora/app/views/authors/show.html.haml
2010-07-23 21:31:28 -07:00

12 lines
327 B
Text

.span-20.last
%h1= "#{@author.username}"
= link_to 'unsubscribe', @author, :confirm => 'Are you sure?', :method => :delete
.span-20
- if @author_ostatus_posts
%h3 stream
%ul#stream
- for post in @author_ostatus_posts
= render type_partial(post), :post => post
- else
%h3 no posts to display!