From afd9cc5fe66b15128b9a5738420f64dda3645c0b Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 4 May 2015 16:21:28 +0200 Subject: add cancellation filter to toplist --- templates/filterform.html.ep | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'templates') diff --git a/templates/filterform.html.ep b/templates/filterform.html.ep index ed43634..614b36a 100644 --- a/templates/filterform.html.ep +++ b/templates/filterform.html.ep @@ -39,6 +39,14 @@ %= select_field filter_destination => $filter_opts->{destinations} +
+
+ Fahrten: +
+
+ %= select_field filter_cancellation => [['Alle' => q{}], ['Ohne Zugausfälle' => 'no_cancelled'], ['Nur Zugausfälle' => 'only_cancelled']] +
+
Verspätung zwischen -- cgit v1.2.3