1
0
Fork 0
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:
Franco Catena 2014-05-23 19:40:32 -03:00
parent 3bc684bf04
commit aac85defa4

View file

@ -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">