From 4fe8ef40ee70bee9d4ad897b51f602231e81bfc3 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Thu, 29 Jun 2017 18:22:34 -0400 Subject: Worked on sidebar style --- app/views/layouts/application.html.haml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/views/layouts/application.html.haml') diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index ee028b4..ed3b9a2 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -11,9 +11,6 @@ - if flash[:notice] %div#flash.flash-notice= flash[:notice] #container - #main - %header#banner= link_to "feffernoo.se", root_url - #content= yield #sidebar .sidebar-module %h2 I'm Fef. @@ -25,3 +22,6 @@ %li= link_to "Log in", new_user_session_path - if user_signed_in? %li= link_to "Log out", destroy_user_session_path, method: :delete + #main + %header#banner= link_to "feffernoo.se", root_url + #content= yield -- cgit 1.4.1