diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-04-07 18:44:33 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-04-07 18:44:33 +0200 |
commit | ffee7177ac26f4e79227cdf0abcd83f80f34faa4 (patch) | |
tree | 9232d785b19f5e10239be0c20ca55bcc60062700 /templates/cancelled.html.ep | |
parent | 828dd54266dfaf2b58c0498b7ced6c06d6e104ef (diff) |
Refactor history template, add yearly stats
Diffstat (limited to 'templates/cancelled.html.ep')
-rw-r--r-- | templates/cancelled.html.ep | 16 |
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'); |