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