diaspora/app/views/aspects/index.html.haml
2010-11-21 16:09:27 -08:00

32 lines
993 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-24.last
%h2{:style=>"position:relative;"}
= current_user.real_name
.right{:style=>"font-size:12px;"}
= link_to "View Profile", current_user.person
|
= link_to "Edit Profile", edit_person_path(current_user.person)
|
= link_to "Edit Account", edit_user_path(current_user)
|
= link_to "Logout", destroy_user_session_path
.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
.span-8.prepend-1.last
= render 'shared/aspect_contacts', :contacts => @contacts, :aspect => @aspect