Skip to content

Commit

Permalink
Added base Bootstrap CSS/JS from CDN. [Fix #5]
Browse files Browse the repository at this point in the history
Amazing how this had slipped our minds earlier. Pfffft.

122 tests, 205 assertions, 0 failures, 0 errors, 0 skips
Coverage: 366 / 366 LOC (100.0%) covered
RuboCop: 46 files inspected, no offenses detected
Flay: Total score 42
Flog: Total 281.9; method average 3.1; max 5.6 (ThingsController::IndexResponder#flash_message)
Reek: 0 warnings
  • Loading branch information
jdickey committed Dec 24, 2015
1 parent c4ce908 commit 2a70651
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
<% @title_text = content_for?(:title) ? yield(:title) : 'Generic Title?' %>
<title><%= @title_text %></title>
<%= stylesheet_link_tag 'application', media: 'all' %>
<%= stylesheet_link_tag '//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css' %>
<%= javascript_include_tag 'application' %>
<%= javascript_include_tag '//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js' %>
<%= csrf_meta_tags %>
</head>
<body>
Expand Down

0 comments on commit 2a70651

Please sign in to comment.