mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix router visualizer CSS and JS resources
This commit is contained in:
parent
3bc684bf04
commit
aac85defa4
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title><%= title %></title>
|
<title><%= title %></title>
|
||||||
<link rel="stylesheet" href="https://raw.github.com/gist/1706081/af944401f75ea20515a02ddb3fb43d23ecb8c662/reset.css" type="text/css">
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.css" type="text/css">
|
||||||
<style>
|
<style>
|
||||||
<% stylesheets.each do |style| %>
|
<% stylesheets.each do |style| %>
|
||||||
<%= style %>
|
<%= style %>
|
||||||
<% end %>
|
<% end %>
|
||||||
</style>
|
</style>
|
||||||
<script src="https://raw.github.com/gist/1706081/df464722a05c3c2bec450b7b5c8240d9c31fa52d/d3.min.js" type="text/javascript"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.4.8/d3.min.js" type="text/javascript"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="wrapper">
|
<div id="wrapper">
|
||||||
|
|
Loading…
Reference in a new issue