diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-03-09 12:17:59 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-03-09 12:17:59 +0100 |
commit | 6f1b488d26b24624904162d8127df79f166784ec (patch) | |
tree | 76eaa23097e5afab621a8fca362da7c9ef82bf61 /templates/departures.html.ep | |
parent | 0f51f406618eba4f04799fc0a4e6ad7660fe5e27 (diff) |
Slightly more helpful texts for checkin/checkout pages
Diffstat (limited to 'templates/departures.html.ep')
-rw-r--r-- | templates/departures.html.ep | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/templates/departures.html.ep b/templates/departures.html.ep index 6a6f159..272a94d 100644 --- a/templates/departures.html.ep +++ b/templates/departures.html.ep @@ -33,7 +33,15 @@ </div> <div class="row"> <div class="col s12"> - Zug auswählen zum Einchecken.<br/> + %= $station + % if (@{$results}) { + – Zug auswählen zum Einchecken. + % } + % else { + – Keine Abfahrten gefunden. Ein Checkin ist frühestens 10 Minuten vor + und maximal 180 Minuten nach Abfahrt möglich. + % } + <br/> <table class="striped"> <thead> <tr> |