Skip to content

Commit

Permalink
add jquery in app
Browse files Browse the repository at this point in the history
  • Loading branch information
gwmoura committed Nov 16, 2013
1 parent 66cd775 commit 57e6e79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<!-- Optional theme -->
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap-theme.min.css">
<%= javascript_include_tag "application", "data-turbolinks-track" => true %>
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<%= csrf_meta_tags %>
</head>
<body>
Expand Down

0 comments on commit 57e6e79

Please sign in to comment.