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

Render bootstrap and jquery from a different server.

This commit is contained in:
2015-04-21 22:11:20 -04:00
parent 9de0d46e66
commit 4185c02d77
3 changed files with 11 additions and 4 deletions

View File

@@ -10,6 +10,7 @@
<% else %>
<head>
<title>Wrestling App</title>
<%= render 'layouts/js' %>
<%= stylesheet_link_tag "application", media: "all",
"data-turbolinks-track" => true %>
<%= javascript_include_tag "application", "data-turbolinks-track" => true %>
@@ -26,4 +27,5 @@
</div>
</body>
<% end %>
</html>
</html>