diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2020-12-21 19:18:50 +0100 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2020-12-21 19:18:50 +0100 | 
| commit | b20f0503c1002b5a65d25723c9bfa7bcaf72b086 (patch) | |
| tree | 9dedc336957fa883fd0b94bd89f758552d5ddb89 | |
| parent | 50f578d8aa31e3d76e7f2286d335ebe5b441955a (diff) | |
train attr: looks like the station is the first valid station for @attr
| -rw-r--r-- | templates/_train_attr.html.ep | 2 | 
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>  % } | 
