summaryrefslogtreecommitdiff
path: root/templates/train_details.html.ep
diff options
context:
space:
mode:
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 08058a9..7d5ea90 100644
--- a/templates/train_details.html.ep
+++ b/templates/train_details.html.ep
@@ -1,4 +1,4 @@
-<div class="app" data-station="<%= $station_name %>">
+<div class="app" data-station="<%= stash('station_name') // q{} %>">
<div class="moreinfo" data-static="1">
%= include '_train_details'
</div>