summaryrefslogtreecommitdiff
path: root/templates/cancelled.html.ep
diff options
context:
space:
mode:
Diffstat (limited to 'templates/cancelled.html.ep')
-rw-r--r--templates/cancelled.html.ep16
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/cancelled.html.ep b/templates/cancelled.html.ep
new file mode 100644
index 0000000..ff5ba1e
--- /dev/null
+++ b/templates/cancelled.html.ep
@@ -0,0 +1,16 @@
+<h1>Zugausfälle</h1>
+<div class="row">
+ <div class="col s12">
+ Die folgenden Zugfahrten haben nicht stattgefunden.
+ </div>
+</div>
+<div class="row">
+ <div class="col s12">
+ <ul>
+ <li><a href="/cancelled.json">JSON-Export</a> (Das Datenlayout ist noch nicht final)</li>
+ <li><a href="/history">Reguläre Zugfahrten</a></li>
+ </ul>
+ </div>
+</div>
+
+%= include '_history_trains', journeys => stash('journeys');