Skip to content

Commit

Permalink
Include Bootstrap after application assets.
Browse files Browse the repository at this point in the history
  • Loading branch information
markoa committed Mar 28, 2014
1 parent e55b9c3 commit 95aa770
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/views/layouts/admin.html.erb
Expand Up @@ -5,12 +5,12 @@

<title>Base Application - Admin Dashboard</title>

<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script>

<%= stylesheet_link_tag "application" %>
<%= javascript_include_tag "application" %>

<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script>

<%= csrf_meta_tags %>

<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand Down
6 changes: 3 additions & 3 deletions app/views/layouts/application.html.erb
Expand Up @@ -5,12 +5,12 @@

<title>Base Application</title>

<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script>

<%= stylesheet_link_tag "application" %>
<%= javascript_include_tag "application" %>

<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script>

<%= csrf_meta_tags %>

<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand Down

0 comments on commit 95aa770

Please sign in to comment.