From 16348510abf12497c6338770963f6dcb4216ead8 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 2 Jan 2019 13:21:41 +0100 Subject: add first/second class indicators --- templates/wagenreihung.html.ep | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/wagenreihung.html.ep b/templates/wagenreihung.html.ep index 598a4c7..caea261 100644 --- a/templates/wagenreihung.html.ep +++ b/templates/wagenreihung.html.ep @@ -39,6 +39,12 @@
+% if ($wagon->is_first_class) { + 1 +% } +% if ($wagon->is_second_class) { + 2 +% } % if ($wagon->has_accessibility) { ♿ % } -- cgit v1.2.3