From 6bfe1a6666e38d74efdd6d33fbae841557c038ef Mon Sep 17 00:00:00 2001 From: Kate Lynch Date: Tue, 10 Dec 2024 16:41:37 -0500 Subject: [PATCH] Moved W3 stylesheet into application layout (#1103) --- app/views/layouts/application.html.erb | 3 ++- app/views/welcome/index.html.erb | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 34cf0f2a..6c533c02 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -6,7 +6,8 @@ <%= csrf_meta_tags %> <%= csp_meta_tag %> - + + <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb index 12453d8d..181d6a46 100644 --- a/app/views/welcome/index.html.erb +++ b/app/views/welcome/index.html.erb @@ -3,7 +3,6 @@

Welcome to TigerData

Please log in. <% else %> -

Welcome, <%= current_user.given_name %>!