Drop right side bar, move content to left side bar Move user avatar and name from the left nav bar to the left of the publisher
24 lines
700 B
Text
24 lines
700 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.stream-title
|
|
= stream.title
|
|
|
|
.container-fluid.main-stream-publisher
|
|
.pull-left
|
|
= owner_image_link
|
|
= 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
|
|
.spinner
|
|
|
|
- if current_user.contacts.size < 2
|
|
= render 'aspects/no_contacts_message'
|