44 lines
1.1 KiB
Text
44 lines
1.1 KiB
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.
|
|
|
|
|
|
- content_for :head do
|
|
= include_javascripts :home
|
|
|
|
.span-5.leftNavBar
|
|
#home_user_badge
|
|
= owner_image_link
|
|
%h3
|
|
= current_user.first_name
|
|
|
|
- unless has_completed_getting_started?
|
|
.section
|
|
%ul.left_nav
|
|
%li
|
|
= link_to "Welcome", getting_started_path, :class => "home_selector"
|
|
|
|
.section
|
|
= render 'aspects/aspect_listings'
|
|
|
|
.section
|
|
%ul.left_nav
|
|
.li
|
|
%b= link_to t('.mentions'), mentions_path, :class => 'home_selector'
|
|
|
|
.section
|
|
%ul.left_nav
|
|
.li
|
|
%b= link_to t('.featured_users'), featured_path, :class => 'home_selector'
|
|
|
|
.section#followed_tags_listing
|
|
= render 'tags/followed_tags_listings'
|
|
|
|
.span-13.append-1
|
|
#aspect_stream_container.stream_container
|
|
= render 'aspects/aspect_stream', :stream => @stream
|
|
|
|
.span-5.rightBar.last
|
|
= render 'aspects/selected_contacts', :stream => @stream
|
|
|
|
= render 'shared/right_sections'
|