1
0
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:
2015-05-05 13:40:34 +00:00
parent d7cf388feb
commit 9cda32efb0

View File

@@ -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;">