diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-06-29 18:22:34 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-06-29 18:22:34 -0400 |
commit | 4fe8ef40ee70bee9d4ad897b51f602231e81bfc3 (patch) | |
tree | 40b8eeb7fb2ac228f0703e34cf6bea1245181403 /app/views/layouts/application.html.haml | |
parent | 2adb7e70b32ddfec73648795a5313b14074173b9 (diff) | |
download | thoughts-4fe8ef40ee70bee9d4ad897b51f602231e81bfc3.tar.gz thoughts-4fe8ef40ee70bee9d4ad897b51f602231e81bfc3.tar.bz2 thoughts-4fe8ef40ee70bee9d4ad897b51f602231e81bfc3.zip |
Worked on sidebar style
Diffstat (limited to 'app/views/layouts/application.html.haml')
-rw-r--r-- | app/views/layouts/application.html.haml | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ | |||
11 | - if flash[:notice] | 11 | - if flash[:notice] |
12 | %div#flash.flash-notice= flash[:notice] | 12 | %div#flash.flash-notice= flash[:notice] |
13 | #container | 13 | #container |
14 | #main | ||
15 | %header#banner= link_to "feffernoo.se", root_url | ||
16 | #content= yield | ||
17 | #sidebar | 14 | #sidebar |
18 | .sidebar-module | 15 | .sidebar-module |
19 | %h2 I'm Fef. | 16 | %h2 I'm Fef. |
@@ -25,3 +22,6 @@ | |||
25 | %li= link_to "Log in", new_user_session_path | 22 | %li= link_to "Log in", new_user_session_path |
26 | - if user_signed_in? | 23 | - if user_signed_in? |
27 | %li= link_to "Log out", destroy_user_session_path, method: :delete | 24 | %li= link_to "Log out", destroy_user_session_path, method: :delete |
25 | #main | ||
26 | %header#banner= link_to "feffernoo.se", root_url | ||
27 | #content= yield | ||