20 lines
631 B
Text
20 lines
631 B
Text
-# Copyright (c) 2010-2011, Diaspora Inc. This file is
|
|
-# licensed under the Affero General Public License version 3 or later. See
|
|
-# the COPYRIGHT file.
|
|
|
|
- if user_signed_in? && @person != current_user.person
|
|
%h3#aspect_stream_header.stream_title
|
|
= stream.title
|
|
|
|
= render 'publisher/publisher', publisher_aspects_for(stream)
|
|
= render 'aspects/no_posts_message'
|
|
|
|
#gs-shim{:title => popover_with_close_html("3. #{t('.stay_updated')}"), 'data-content' => t('.stay_updated_explanation')}
|
|
|
|
#main_stream.stream
|
|
|
|
#paginate
|
|
%span.loader.hidden
|
|
|
|
- if current_user.contacts.size < 2
|
|
= render 'aspects/no_contacts_message'
|