From b77c6f8a868147e66d060f10bf6a0d3082ca4e95 Mon Sep 17 00:00:00 2001 From: rivendale Date: Mon, 29 Apr 2013 01:27:54 -0300 Subject: [PATCH] fix missing indent for correct header container relative positions --- app/views/layouts/_header.html.haml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/views/layouts/_header.html.haml b/app/views/layouts/_header.html.haml index 85456cc11..3baa3bdfb 100644 --- a/app/views/layouts/_header.html.haml +++ b/app/views/layouts/_header.html.haml @@ -5,10 +5,10 @@ %header - unless current_user .container{:style => "position:relative;"} - = link_to content_tag(:div, nil, :class => 'branding-logo_small'), root_path + = link_to content_tag(:div, nil, :class => 'branding-logo_small'), root_path - %ul#landing_nav - %li= link_to '@joindiaspora', "http://twitter.com/joindiaspora" - %li= link_to 'github', "https://github.com/diaspora/diaspora" - %li= link_to t('.blog'), 'http://blog.joindiaspora.com/' - %li= link_to t('.login'), new_user_session_path, :class => 'login' + %ul#landing_nav + %li= link_to '@joindiaspora', "http://twitter.com/joindiaspora" + %li= link_to 'github', "https://github.com/diaspora/diaspora" + %li= link_to t('.blog'), 'http://blog.joindiaspora.com/' + %li= link_to t('.login'), new_user_session_path, :class => 'login'