From b77c6f8a868147e66d060f10bf6a0d3082ca4e95 Mon Sep 17 00:00:00 2001 From: rivendale Date: Mon, 29 Apr 2013 01:27:54 -0300 Subject: [PATCH 1/2] 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' From 4f8ce5cb9890f8fa14141b0a17fd41ea5674e5bf Mon Sep 17 00:00:00 2001 From: rivendale Date: Mon, 29 Apr 2013 10:57:28 -0300 Subject: [PATCH 2/2] Update Changelog.md --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index b0d4eeb1c..8f95b249e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -133,6 +133,7 @@ everything is set up. * My Activity mobile doesn't show second page when clicking "more". [#4109](https://github.com/diaspora/diaspora/issues/4109) * Remove unnecessary navigation bar to access mobile site and re-add flash warning to mobile registrations. [#4085](https://github.com/diaspora/diaspora/pull/4085) * Fix broken reactions link on mobile page [#4125](https://github.com/diaspora/diaspora/pull/4125) +* Fix missing indent to correct logged-out-header container relative positioning [#4134](https://github.com/diaspora/diaspora/pull/4134) ## Features