From 36ec8625b4018509d7bd030f129db10a73644734 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 2 Jan 2019 18:32:31 +0100 Subject: more train data --- templates/wagenreihung.html.ep | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/templates/wagenreihung.html.ep b/templates/wagenreihung.html.ep index e9a13ca..5017b64 100644 --- a/templates/wagenreihung.html.ep +++ b/templates/wagenreihung.html.ep @@ -3,9 +3,9 @@ %= $wr->train_type %= $wr->train_no -
+ <%= $wr->station_name %> Gleis <%= $wr->platform %>
Zugtyp: <%= $wr->train_subtype // 'IC?' %>
@@ -60,11 +60,23 @@ % if ($wagon->has_bistro) { 🍴 % } -% if ($wagon->is_interregio) { - Interregio -% } % if ($wagon->has_compartments) { 🚪 +% } +% if ($wagon->has_quiet_area) { + 🤫 +% } +% if ($wagon->has_phone_area) { + 📱 +% } +% if ($wagon->has_family_area) { + 👪 +% } +% if ($wagon->has_bahn_comfort) { + bahn.comfort +% } +% if ($wagon->is_interregio) { + Interregio % } %= $wagon->type -- cgit v1.2.3