summaryrefslogtreecommitdiff
path: root/templates/_train_details.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-01-08 21:27:32 +0100
committerDaniel Friesel <derf@finalrewind.org>2020-01-08 21:27:32 +0100
commit240976e8056624ee93f858829b75e33993561c24 (patch)
treefd032ce45ef20187be2ee5023b0aa965365e8102 /templates/_train_details.html.ep
parent8af56f340b6af2684fe4365bc33b478e56654a2b (diff)
show station location in map2.5.9
Diffstat (limited to 'templates/_train_details.html.ep')
-rw-r--r--templates/_train_details.html.ep2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/_train_details.html.ep b/templates/_train_details.html.ep
index 0ace74c..4a4738d 100644
--- a/templates/_train_details.html.ep
+++ b/templates/_train_details.html.ep
@@ -85,7 +85,7 @@
% }
% if ($departure->{trip_id}) {
<div class="verbose">
- <a href="/map/<%= $departure->{trip_id} %>/<%= $departure->{train_line} // 0 %>">Karte</a>
+ <a href="/map/<%= $departure->{trip_id} %>/<%= $departure->{train_line} // 0 %>?from=<%= $station_name %>">Karte</a>
</div>
% }