reorder side stream to insinuate new groupings
This commit is contained in:
parent
9abbf151a0
commit
51e5b0e02f
1 changed files with 13 additions and 8 deletions
|
|
@ -34,21 +34,26 @@
|
|||
= link_to t("streams.multi.title"), multi_stream_path, :class => 'home_selector', :rel => 'backbone'
|
||||
|
||||
= render 'aspects/aspect_listings', :stream => @stream
|
||||
|
||||
#followed_tags_listing
|
||||
= render 'tags/followed_tags_listings'
|
||||
|
||||
|
||||
/participation stream
|
||||
%ul.left_nav
|
||||
%li
|
||||
= link_to t('streams.like_stream.title'), liked_stream_path, :class => 'home_selector', :rel => 'backbone'
|
||||
%ul.left_nav
|
||||
%li
|
||||
= link_to t('streams.comment_stream.title'), commented_stream_path, :class => 'home_selector', :rel => 'backbone'
|
||||
|
||||
|
||||
%ul.left_nav
|
||||
%li
|
||||
= link_to t('streams.mentions.title'), mentioned_stream_path, :class => 'home_selector', :rel => 'backbone'
|
||||
|
||||
%ul.left_nav
|
||||
%li
|
||||
= link_to t('streams.comment_stream.title'), commented_stream_path, :class => 'home_selector', :rel => 'backbone'
|
||||
|
||||
%ul.left_nav
|
||||
%li
|
||||
= link_to t('streams.like_stream.title'), liked_stream_path, :class => 'home_selector', :rel => 'backbone'
|
||||
|
||||
#followed_tags_listing
|
||||
= render 'tags/followed_tags_listings'
|
||||
|
||||
.span-13.append-1
|
||||
#aspect_stream_container.stream_container
|
||||
|
|
|
|||
Loading…
Reference in a new issue