diff --git a/app/views/layouts/main_stream.html.haml b/app/views/layouts/main_stream.html.haml index fad1427e9..001642383 100644 --- a/app/views/layouts/main_stream.html.haml +++ b/app/views/layouts/main_stream.html.haml @@ -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