diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-05-20 19:15:21 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-05-20 19:15:21 +0200 |
commit | 1dc04eb45ad9d7208cbfa1d7eb046861ff43e0c2 (patch) | |
tree | 4ca2a48c1cee83c71f4a06c80914ee191ec3c9b3 /templates/_checked_out.html.ep | |
parent | 531cb95c1773fe459a2ef4c9f2adc8d89e75a62d (diff) |
show journey suggestions on departure board as well1.6.0
Diffstat (limited to 'templates/_checked_out.html.ep')
-rw-r--r-- | templates/_checked_out.html.ep | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/_checked_out.html.ep b/templates/_checked_out.html.ep index 18b613b..ca9373d 100644 --- a/templates/_checked_out.html.ep +++ b/templates/_checked_out.html.ep @@ -5,6 +5,8 @@ bis <a href="/s/<%= $journey->{arr_ds100} %>"><%= $journey->{arr_name} %></a></p> % if (now()->epoch - $journey->{timestamp}->epoch < (30*60)) { % if (my @connections = get_connecting_trains()) { + <span class="card-title" style="margin-top: 2ex;">Verbindungen</span> + <p>Zug auswählen zum Einchecken mit Zielwahl.</p> %= include '_connections', connections => \@connections, checkin_from => $journey->{arr_ds100}; % } % } |