summaryrefslogtreecommitdiff
path: root/templates/_train_attr.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-12-21 19:18:50 +0100
committerDaniel Friesel <derf@finalrewind.org>2020-12-21 19:18:50 +0100
commitb20f0503c1002b5a65d25723c9bfa7bcaf72b086 (patch)
tree9dedc336957fa883fd0b94bd89f758552d5ddb89 /templates/_train_attr.html.ep
parent50f578d8aa31e3d76e7f2286d335ebe5b441955a (diff)
train attr: looks like the station is the first valid station for @attr
Diffstat (limited to 'templates/_train_attr.html.ep')
-rw-r--r--templates/_train_attr.html.ep2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/_train_attr.html.ep b/templates/_train_attr.html.ep
index ca19138..2615003 100644
--- a/templates/_train_attr.html.ep
+++ b/templates/_train_attr.html.ep
@@ -11,5 +11,5 @@
<span>λ=<%= $attr->{brakingPercentage} %></span>
% }
% if ($attr->{station} and $with_station) {
- <span><%= $attr->{station} %></span>
+ <span>ab <%= $attr->{station} %></span>
% }