diff options
Diffstat (limited to 'app/views')
| -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 | ||
