summaryrefslogtreecommitdiff
path: root/templates/intro.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-02-25 16:16:35 +0100
committerDaniel Friesel <derf@finalrewind.org>2015-02-25 16:16:35 +0100
commit87fc996ecf568d6d73a57c3233e28421352057c1 (patch)
tree821d6d31b469b4fa95a853118a92f9e06d85f4ea /templates/intro.html.ep
parent4d17f9167fa57d14576fe96f580123805cdf1100 (diff)
parametric bargraph is parametric
Diffstat (limited to 'templates/intro.html.ep')
-rw-r--r--templates/intro.html.ep4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/intro.html.ep b/templates/intro.html.ep
index 885cd14..1ebb3c0 100644
--- a/templates/intro.html.ep
+++ b/templates/intro.html.ep
@@ -36,3 +36,7 @@ Insgesamt wurden
dabei ist ein Zug durchschnittlich
<b><%= sprintf('%.2f', $stats->{delay_avg}) %> Minuten</b> zu spät.
</div>
+
+<div class="forms">
+%= include 'barform';
+</div>