about summary refs log tree commit diff stats
path: root/app/views
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-10-12 17:47:47 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-10-12 17:47:47 -0400
commit2022e18daab968ad49af9b3e59969ef1ed110436 (patch)
tree9d73471c55d2fa2385a7a0efd6f4998ad048e23e /app/views
parent17d660fd4b8516d6b446f7c41d7b076a29a242a1 (diff)
downloadthoughts-2022e18daab968ad49af9b3e59969ef1ed110436.tar.gz
thoughts-2022e18daab968ad49af9b3e59969ef1ed110436.tar.bz2
thoughts-2022e18daab968ad49af9b3e59969ef1ed110436.zip
It's Four Island now
Diffstat (limited to 'app/views')
-rw-r--r--app/views/layouts/admin.html.haml4
-rw-r--r--app/views/layouts/application.html.haml2
-rw-r--r--app/views/layouts/userdata.html.haml2
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'