diff options
| -rw-r--r-- | app/views/layouts/admin.html.haml | 4 | ||||
| -rw-r--r-- | app/views/layouts/application.html.haml | 2 | ||||
| -rw-r--r-- | app/views/layouts/userdata.html.haml | 2 |
3 files changed, 4 insertions, 4 deletions
| diff --git a/app/views/layouts/admin.html.haml b/app/views/layouts/admin.html.haml index 5d75ef5..0f54183 100644 --- a/app/views/layouts/admin.html.haml +++ b/app/views/layouts/admin.html.haml | |||
| @@ -1,13 +1,13 @@ | |||
| 1 | !!! 5 | 1 | !!! 5 |
| 2 | %html | 2 | %html |
| 3 | %head | 3 | %head |
| 4 | %title= content_for?(:title) ? "Thoughts - Admin - #{yield(:title)}" : "Thoughts - Admin" | 4 | %title= content_for?(:title) ? "Four Island - Admin - #{yield(:title)}" : "Four Island - Admin" |
| 5 | = csrf_meta_tags | 5 | = csrf_meta_tags |
| 6 | = stylesheet_link_tag 'admin', media: 'all', 'data-turbolinks-track': 'reload' | 6 | = stylesheet_link_tag 'admin', media: 'all', 'data-turbolinks-track': 'reload' |
| 7 | = javascript_include_tag 'application', 'data-turbolinks-track': 'reload' | 7 | = javascript_include_tag 'application', 'data-turbolinks-track': 'reload' |
| 8 | %body | 8 | %body |
| 9 | #banner | 9 | #banner |
| 10 | = link_to "Thoughts", root_url | 10 | = link_to "Four Island", root_url |
| 11 | - if flash[:alert] | 11 | - if flash[:alert] |
| 12 | #flash.flash-alert | 12 | #flash.flash-alert |
| 13 | %span.flash-tag ERROR: | 13 | %span.flash-tag ERROR: |
| diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index d529af6..2f0d949 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | !!! 5 | 1 | !!! 5 |
| 2 | %html | 2 | %html |
| 3 | %head | 3 | %head |
| 4 | %title= content_for?(:title) ? "Thoughts - #{yield(:title)}" : "Thoughts" | 4 | %title= content_for?(:title) ? "Four Island - #{yield(:title)}" : "Four Island" |
| 5 | = csrf_meta_tags | 5 | = csrf_meta_tags |
| 6 | = stylesheet_link_tag 'main', media: 'all', 'data-turbolinks-track': 'reload' | 6 | = stylesheet_link_tag 'main', media: 'all', 'data-turbolinks-track': 'reload' |
| 7 | = javascript_include_tag 'application', 'data-turbolinks-track': 'reload' | 7 | = javascript_include_tag 'application', 'data-turbolinks-track': 'reload' |
| diff --git a/app/views/layouts/userdata.html.haml b/app/views/layouts/userdata.html.haml index 29e47b2..0caaa4d 100644 --- a/app/views/layouts/userdata.html.haml +++ b/app/views/layouts/userdata.html.haml | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | !!! 5 | 1 | !!! 5 |
| 2 | %html | 2 | %html |
| 3 | %head | 3 | %head |
| 4 | %title Thoughts | 4 | %title Four Island |
| 5 | = csrf_meta_tags | 5 | = csrf_meta_tags |
| 6 | = stylesheet_link_tag 'userdata', media: 'all', 'data-turbolinks-track': 'reload' | 6 | = stylesheet_link_tag 'userdata', media: 'all', 'data-turbolinks-track': 'reload' |
| 7 | = javascript_include_tag 'application', 'data-turbolinks-track': 'reload' | 7 | = javascript_include_tag 'application', 'data-turbolinks-track': 'reload' |
