diff options
Diffstat (limited to 'templates/_train_details.html.ep')
-rw-r--r-- | templates/_train_details.html.ep | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/_train_details.html.ep b/templates/_train_details.html.ep index 44cf01d..444fe9a 100644 --- a/templates/_train_details.html.ep +++ b/templates/_train_details.html.ep @@ -78,6 +78,11 @@ <a href="/_wr/<%= $departure->{train_no} %>/<%= $departure->{wr_link} %>">Wagenreihung</a> </div> % } +% if ($departure->{trip_id}) { + <div class="verbose"> + <a href="/map/<%= $departure->{trip_id} %>/<%= $departure->{train_line} // 0 %>">Karte</a> + </div> +% } % } % if ($departure->{moreinfo} and @{$departure->{moreinfo}}) { |