diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/history_map.html.ep | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/history_map.html.ep b/templates/history_map.html.ep index 808b033..9f4c771 100644 --- a/templates/history_map.html.ep +++ b/templates/history_map.html.ep @@ -1,6 +1,11 @@ <div class="row"> <div class="col s12"> - Karte aller bisherigen Zugfahrten: + % if (@{$station_coordinates}) { + Zugfahrten zwischen <%= $range_from->strftime('%d.%m.%Y') %> und <%= $range_to->strftime('%d.%m.%Y') %> + % } + % else { + Keine Zugfahrten gefunden. + % } </div> </div> |