Skip to content

Instantly share code, notes, and snippets.

@pmatsinopoulos
Created April 10, 2015 08:23
Show Gist options
  • Save pmatsinopoulos/447f661b526ccc6c0940 to your computer and use it in GitHub Desktop.
Save pmatsinopoulos/447f661b526ccc6c0940 to your computer and use it in GitHub Desktop.
Correct Head
<head>
<title>Nameofapp</title>
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet">
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
<%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
<script src="//code.jquery.com/jquery-1.11.2.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<%= csrf_meta_tags %>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment