mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-04 13:43:48 +00:00
moved cdn under asset pipline in application layout
This commit is contained in:
@@ -10,11 +10,12 @@
|
|||||||
<% else %>
|
<% else %>
|
||||||
<head>
|
<head>
|
||||||
<title>Wrestling App</title>
|
<title>Wrestling App</title>
|
||||||
<%= render 'layouts/cdn' %>
|
|
||||||
<%= stylesheet_link_tag "application", media: "all",
|
<%= stylesheet_link_tag "application", media: "all",
|
||||||
"data-turbolinks-track" => true %>
|
"data-turbolinks-track" => true %>
|
||||||
<%= javascript_include_tag "application", "data-turbolinks-track" => true %>
|
<%= javascript_include_tag "application", "data-turbolinks-track" => true %>
|
||||||
<%= csrf_meta_tags %>
|
<%= csrf_meta_tags %>
|
||||||
|
<%= render 'layouts/cdn' %>
|
||||||
<%= render 'layouts/shim' %>
|
<%= render 'layouts/shim' %>
|
||||||
</head>
|
</head>
|
||||||
<body style="padding-top: 70px;">
|
<body style="padding-top: 70px;">
|
||||||
|
|||||||
Reference in New Issue
Block a user