about summary refs log tree commit diff stats
path: root/app/views/layouts/admin.html.haml
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2018-07-06 16:52:48 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2018-07-06 16:52:48 -0400
commitdd231a335758873dcd9024db7618837094fcc0a5 (patch)
treef65a353ff0988e2be5970c29bd6bb7bb4d5c9edf /app/views/layouts/admin.html.haml
parent2586fba3b8a181289c597071733774b3a406f675 (diff)
downloadthoughts-dd231a335758873dcd9024db7618837094fcc0a5.tar.gz
thoughts-dd231a335758873dcd9024db7618837094fcc0a5.tar.bz2
thoughts-dd231a335758873dcd9024db7618837094fcc0a5.zip
Added page titles
refs #4
Diffstat (limited to 'app/views/layouts/admin.html.haml')
-rw-r--r--app/views/layouts/admin.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/admin.html.haml b/app/views/layouts/admin.html.haml index cb48c50..bc07335 100644 --- a/app/views/layouts/admin.html.haml +++ b/app/views/layouts/admin.html.haml
@@ -1,7 +1,7 @@
1!!! 5 1!!! 5
2%html 2%html
3 %head 3 %head
4 %title Thoughts - Admin 4 %title= content_for?(:title) ? "Thoughts - Admin - #{yield(:title)}" : "Thoughts - 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'