1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Stop using CDN for bootstrap and datatables. Continue for font awesome, I could not get it working locally.

This commit is contained in:
2024-03-21 07:45:31 -04:00
parent 6cb523e350
commit 1f18f338ff
9 changed files with 204 additions and 26 deletions

View File

@@ -4,6 +4,9 @@
<head>
<%= csrf_meta_tags %>
<title>WrestlingDev</title>
<%= stylesheet_link_tag "application", media: "all",
"data-turbolinks-track" => true %>
<%= javascript_include_tag "application", "data-turbolinks-track" => true %>
<%= render 'layouts/cdn' %>
<%= render 'layouts/shim' %>
</head>