From 743e42c1e9ee33e889f4e3789befeb7b95c409a2 Mon Sep 17 00:00:00 2001 From: Diaspora Europe Date: Fri, 16 Mar 2012 08:38:45 +0100 Subject: [PATCH] mobile: remove stream link from header --- app/views/layouts/application.mobile.haml | 2 -- 1 file changed, 2 deletions(-) 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)