Skip to content

Commit

Permalink
Moved W3 stylesheet into application layout (#1103)
Browse files Browse the repository at this point in the history
  • Loading branch information
kelynch authored Dec 10, 2024
1 parent d83fd7d commit 6bfe1a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<meta name="viewport" content="width=device-width,initial-scale=1">
<%= csrf_meta_tags %>
<%= csp_meta_tag %>


<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.1/font/bootstrap-icons.css">

<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
Expand Down
1 change: 0 additions & 1 deletion app/views/welcome/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<h1>Welcome to TigerData</h1>
Please log in.
<% else %>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">

<div class="welcome-pane">
<h1>Welcome, <%= current_user.given_name %>!</h1>
Expand Down

0 comments on commit 6bfe1a6

Please sign in to comment.