From 8e55fc158bc7919a55344ef9a4c9cff6ac29ff3d Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Mon, 14 Nov 2011 19:04:00 -0800 Subject: [PATCH] use root_path in header if not logged in --- app/views/layouts/_header.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/_header.html.haml b/app/views/layouts/_header.html.haml index e7bcd912e..31f1d7400 100644 --- a/app/views/layouts/_header.html.haml +++ b/app/views/layouts/_header.html.haml @@ -6,7 +6,7 @@ - if current_user = link_to image_tag('logo_small.png', :height => "16px", :width => "161px", :class => "diaspora_header_logo"), multi_path - else - = link_to image_tag('logo_large.png', :height => "32px", :width => "321px", :class => "diaspora_header_logo"), multi_path + = link_to image_tag('logo_large.png', :height => "32px", :width => "321px", :class => "diaspora_header_logo"), root_path - if !current_user .right