summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-11-16 15:57:09 +0100
committerDaniel Friesel <derf@finalrewind.org>2019-11-16 15:57:09 +0100
commit733fe2d853cc2aa4f759d2454171e17409551dfb (patch)
tree9fb64d2f26d87e203234c7da8ed722f8f8608158 /lib
parent77e4998708a31d38e4d04f185c9fc12e26245d2c (diff)
map: add legend, link to history map from history page
Diffstat (limited to 'lib')
-rwxr-xr-xlib/Travelynx/Controller/Traveling.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travelynx/Controller/Traveling.pm b/lib/Travelynx/Controller/Traveling.pm
index 1fb43a2..0735512 100755
--- a/lib/Travelynx/Controller/Traveling.pm
+++ b/lib/Travelynx/Controller/Traveling.pm
@@ -462,7 +462,7 @@ sub map_history {
my @routes;
$self->render(
- template => 'map',
+ template => 'history_map',
with_map => 1,
station_coordinates => \@station_coordinates,
station_pairs => \@station_pairs