summaryrefslogtreecommitdiff
path: root/templates/layouts/default.html.ep
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layouts/default.html.ep')
-rw-r--r--templates/layouts/default.html.ep7
1 files changed, 4 insertions, 3 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep
index 479a282..1c1950b 100644
--- a/templates/layouts/default.html.ep
+++ b/templates/layouts/default.html.ep
@@ -8,9 +8,10 @@
% }
- %= stylesheet '/default.css'
- %= javascript '/d3.min.js'
- %= javascript '/d3.tip.v0.6.3.js'
+ %= stylesheet '/css/default.css'
+ %= javascript '/js/d3.min.js'
+ %= javascript '/js/d3.tip.v0.6.3.js'
+ %= javascript '/js/d3funcs.js'
</head>
<body style="<%= (stash('hide_opts') ? 'margin: 0; padding: 0;' : q{}) %>">