diff --git a/templates/history_map.html.ep b/templates/history_map.html.ep index 9218f76..833bf80 100644 --- a/templates/history_map.html.ep +++ b/templates/history_map.html.ep @@ -6,6 +6,12 @@ % elsif (param('filter_from') and param('filter_to')) { Fahrten zwischen dem <%= param('filter_from') %> und dem <%= param('filter_to') %> % } + % elsif (param('filter_from')) { + Fahrten ab dem <%= param('filter_from') %> + % } + % elsif (param('filter_to')) { + Fahrten bis einschließlich <%= param('filter_to') %> + % } % elsif (@{$station_coordinates}) { Alle bisherigen Fahrten % }