diff options
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> % } |