diff options
| -rw-r--r-- | templates/_train_attr.html.ep | 6 | 
1 files changed, 5 insertions, 1 deletions
| diff --git a/templates/_train_attr.html.ep b/templates/_train_attr.html.ep index a23d9ac..4f7e9ca 100644 --- a/templates/_train_attr.html.ep +++ b/templates/_train_attr.html.ep @@ -1,5 +1,9 @@  % if ($attr->{series}) { -  <span>BR <%= $attr->{series} %></span> +  <span>BR <%= $attr->{series} %> +%   if ($attr->{series2}) { +      + <%= $attr->{series2} %> +%   } +  </span>  % }  % if ($attr->{length}) {     <span>⇤ <%= $attr->{length} %>m ⇥</span> | 
