diff options
author | Daniel Friesel <derf@finalrewind.org> | 2023-01-09 18:54:45 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2023-01-09 18:54:45 +0100 |
commit | 2ab551e913c56185d5888784453c18de376f56d6 (patch) | |
tree | b304aca71b3a60332cce15c1ebe7e801f005d35c /templates/_train_attr.html.ep | |
parent | 4a03b50ab2489ba3695b5ac6d72c94335b8112ec (diff) |
train_attr: add model series4.14.8
Diffstat (limited to 'templates/_train_attr.html.ep')
-rw-r--r-- | templates/_train_attr.html.ep | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/_train_attr.html.ep b/templates/_train_attr.html.ep index dad21e4..1b40d12 100644 --- a/templates/_train_attr.html.ep +++ b/templates/_train_attr.html.ep @@ -1,3 +1,6 @@ +% if ($attr->{series}) { + <span>BR <%= $attr->{series} %></span> +% } % if ($attr->{vmax}) { <span><%= $attr->{vmax} %> km/h</span> % } |