diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-06-25 16:58:07 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-06-25 16:58:07 -0400 |
commit | 5a82b1a0bdf24cdf0a05a84183106ff106f88626 (patch) | |
tree | ae9408e07d42cfd9b1b2c7fdbc3eff0c5a8cf685 /app/views/layouts | |
parent | 7e2e42379cb40a500eb8a236c05788eb3e84d141 (diff) | |
download | thoughts-5a82b1a0bdf24cdf0a05a84183106ff106f88626.tar.gz thoughts-5a82b1a0bdf24cdf0a05a84183106ff106f88626.tar.bz2 thoughts-5a82b1a0bdf24cdf0a05a84183106ff106f88626.zip |
Worked on layout more, added trotting ponies
Diffstat (limited to 'app/views/layouts')
-rw-r--r-- | app/views/layouts/application.html.haml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index e9d8dfd..f15945e 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml | |||
@@ -11,8 +11,7 @@ | |||
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 | #banner | 14 | %header#banner feffernoo.se |
15 | %h1= link_to "Thoughts", root_url | ||
16 | #main | 15 | #main |
17 | #content= yield | 16 | #content= yield |
18 | #sidebar | 17 | #sidebar |