diff options
Diffstat (limited to 'app/views/layouts/admin.html.haml')
-rw-r--r-- | app/views/layouts/admin.html.haml | 4 |
1 files changed, 2 insertions, 2 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: |