aboutsummaryrefslogtreecommitdiffstats
path: root/index.html.erb
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2018-10-01 20:54:38 +0200
committerHarald Eilertsen <haraldei@anduin.net>2018-10-01 20:54:38 +0200
commitcce22311a59de94e982de9816e57f7dc2927494f (patch)
tree2195ed94725b24cbe52b646f98657a95519d8b29 /index.html.erb
parenta08e55b7dee696aa403a75d67e06728fee2f427c (diff)
downloadramaskrik-program-cce22311a59de94e982de9816e57f7dc2927494f.tar.gz
ramaskrik-program-cce22311a59de94e982de9816e57f7dc2927494f.tar.bz2
ramaskrik-program-cce22311a59de94e982de9816e57f7dc2927494f.zip
Generate single html file with all graphs inline.
This makes the links in the svg's work properly on the page.
Diffstat (limited to 'index.html.erb')
-rw-r--r--index.html.erb12
1 files changed, 12 insertions, 0 deletions
diff --git a/index.html.erb b/index.html.erb
new file mode 100644
index 0000000..f1dfbf0
--- /dev/null
+++ b/index.html.erb
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Ramaskrik 2018 programoversikt</title>
+ </head>
+ <body>
+ <h1>Ramaskrik 2018 programoversikt</h1>
+ <% generate_graphs do |graph| %>
+ <%= graph.burn_svg_only() %>
+ <% end %>
+ </body>
+</html>