From 53c87562f495cedc63949327abe17947541fc816 Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Tue, 28 Jun 2011 23:39:49 -0700 Subject: [PATCH] switch aspect listings and info stuffs on aspect/index --- app/views/aspects/index.html.haml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/app/views/aspects/index.html.haml b/app/views/aspects/index.html.haml index 3ae8858e9..01f1fd20a 100644 --- a/app/views/aspects/index.html.haml +++ b/app/views/aspects/index.html.haml @@ -20,6 +20,12 @@ .description = link_to current_user.diaspora_handle, person_path(current_user.person) + #aspect_listings.section + = render 'aspects/aspect_listings', :aspects => @aspects + + %br + %br + .section .title = image_tag('/images/icons/bookmark.png') @@ -49,12 +55,3 @@ .content = render "shared/invitations", :invites => @invites - %hr - - #aspect_listings.section - = render 'aspects/aspect_listings', :aspects => @aspects - - - if @invites <= 0 - .section.invite_friends - %h4= t('shared.invitations.invite_your_friends') - = render "shared/invitations", :invites => @invites