From 2ab551e913c56185d5888784453c18de376f56d6 Mon Sep 17 00:00:00 2001
From: Daniel Friesel <derf@finalrewind.org>
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}) {
+  <span>BR <%= $attr->{series} %></span>
+% }
 % if ($attr->{vmax}) {
   <span><%= $attr->{vmax} %> km/h</span>
 % }
-- 
cgit v1.2.3