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

fixed bootstrap

This commit is contained in:
2014-12-22 14:58:48 -05:00
parent 48aaf1f26f
commit a55ac73f09
9 changed files with 19960 additions and 77 deletions

View File

@@ -2,8 +2,9 @@
<html>
<head>
<title>Comet Wrestling</title>
<%= stylesheet_link_tag "application", media: "all" %>
<%= javascript_include_tag "application" %>
<%= stylesheet_link_tag "application", media: "all",
"data-turbolinks-track" => true %>
<%= javascript_include_tag "application", "data-turbolinks-track" => true %>
<%= csrf_meta_tags %>
<%= render 'layouts/shim' %>
</head>