From 2022e18daab968ad49af9b3e59969ef1ed110436 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 12 Oct 2023 17:47:47 -0400 Subject: It's Four Island now --- app/views/layouts/admin.html.haml | 4 ++-- app/views/layouts/application.html.haml | 2 +- app/views/layouts/userdata.html.haml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'app') 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 @@ !!! 5 %html %head - %title= content_for?(:title) ? "Thoughts - Admin - #{yield(:title)}" : "Thoughts - Admin" + %title= content_for?(:title) ? "Four Island - Admin - #{yield(:title)}" : "Four Island - Admin" = csrf_meta_tags = stylesheet_link_tag 'admin', media: 'all', 'data-turbolinks-track': 'reload' = javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %body #banner - = link_to "Thoughts", root_url + = link_to "Four Island", root_url - if flash[:alert] #flash.flash-alert %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 @@ !!! 5 %html %head - %title= content_for?(:title) ? "Thoughts - #{yield(:title)}" : "Thoughts" + %title= content_for?(:title) ? "Four Island - #{yield(:title)}" : "Four Island" = csrf_meta_tags = stylesheet_link_tag 'main', media: 'all', 'data-turbolinks-track': 'reload' = 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 @@ !!! 5 %html %head - %title Thoughts + %title Four Island = csrf_meta_tags = stylesheet_link_tag 'userdata', media: 'all', 'data-turbolinks-track': 'reload' = javascript_include_tag 'application', 'data-turbolinks-track': 'reload' -- cgit 1.4.1