From 2ab551e913c56185d5888784453c18de376f56d6 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 9 Jan 2023 18:54:45 +0100 Subject: train_attr: add model series --- templates/_train_attr.html.ep | 3 +++ 1 file changed, 3 insertions(+) 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}) { + BR <%= $attr->{series} %> +% } % if ($attr->{vmax}) { <%= $attr->{vmax} %> km/h % } -- cgit v1.2.3