move featured users sidebar down
This commit is contained in:
parent
54b1da4bec
commit
1bf51f678c
1 changed files with 9 additions and 9 deletions
|
|
@ -22,15 +22,6 @@
|
|||
= t('aspects.index.cubbies.explanation')
|
||||
= link_to t('aspects.index.cubbies.learn_more'), token_path
|
||||
|
||||
- if @stream.has_featured_users?
|
||||
.section
|
||||
.title.no_icon
|
||||
%h5
|
||||
=t('aspects.index.community_members')
|
||||
.content#featured_users
|
||||
= render 'featured_users/user', :person => @stream.random_featured_user
|
||||
= link_to t('aspects.index.see_more_from_us'), featured_path, :id => 'view_all_contacts_link'
|
||||
|
||||
.section
|
||||
.title
|
||||
= image_tag('/images/icons/question.png')
|
||||
|
|
@ -78,6 +69,15 @@
|
|||
.content
|
||||
!= t('bookmarklet.explanation', :link => link_to(t('bookmarklet.explanation_link_text'), bookmarklet))
|
||||
|
||||
- if @stream.has_featured_users?
|
||||
.section
|
||||
.title.no_icon
|
||||
%h5
|
||||
=t('aspects.index.community_members')
|
||||
.content#featured_users
|
||||
= render 'featured_users/user', :person => @stream.random_featured_user
|
||||
= link_to t('aspects.index.see_more_from_us'), featured_path, :id => 'view_all_contacts_link'
|
||||
|
||||
- unless AppConfig[:paypal_hosted_button_id].blank?
|
||||
.section
|
||||
.title
|
||||
|
|
|
|||
Loading…
Reference in a new issue