From 0e2bcf18d2bb3b4b8b15815d30567ef701eebc62 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Fri, 30 Mar 2012 09:24:52 -0700 Subject: [PATCH] the logged out logo is now in the branding folder --- 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 b5e7e0137..3681f1813 100644 --- a/app/views/layouts/_header.html.haml +++ b/app/views/layouts/_header.html.haml @@ -3,7 +3,7 @@ -# the COPYRIGHT file. .container{:style => "position:relative;"} - = link_to image_tag('logo_small.png', :height => "16px", :width => "161px", :style => 'position:relative;top:5px;'), root_path + = link_to image_tag('branding/logo_small.png', :height => "16px", :width => "161px", :style => 'position:relative;top:5px;'), root_path %ul#landing_nav %li= link_to '@joindiaspora', "http://twitter.com/joindiaspora"