switch aspect listings and info stuffs on aspect/index
This commit is contained in:
parent
eaf7fcd7fe
commit
53c87562f4
1 changed files with 6 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue