diaspora/app/views/aspects/index.html.haml

17 lines
612 B
Text

-# Copyright (c) 2010, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
.span-4.append-1.last
= render 'shared/aspect_contacts', :contacts => @contacts, :aspect => @aspect
.span-15.last
= render 'aspects/no_contacts_message', :aspect => @aspect, :contact_count => @contacts.count
= render 'shared/publisher', :aspect => @aspect
= render 'aspects/no_posts_message', :post_count => @posts.count, :contact_count => @contacts.count
= render 'shared/stream', :posts => @posts
#pagination
= will_paginate @posts