diff --git a/app/views/layouts/application.mobile.haml b/app/views/layouts/application.mobile.haml index 92485b01b..685a5a856 100644 --- a/app/views/layouts/application.mobile.haml +++ b/app/views/layouts/application.mobile.haml @@ -52,8 +52,6 @@ = link_to(image_tag('header-logo2x.png', :height => 40, :width => 40, :id => 'header_title'), stream_path) - if user_signed_in? #header-nav - .stream-nav - = link_to(t('.my_stream'), stream_path) .activity-nav = link_to(t('.my_activity'), activity_stream_path)