From afe639efc0edc5fddec176ee023afd768c954bf0 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Thu, 1 Aug 2024 09:43:09 +0200 Subject: update to DBWagenreihung v0.16 --- templates/_wagon.html.ep | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'templates/_wagon.html.ep') diff --git a/templates/_wagon.html.ep b/templates/_wagon.html.ep index 46d07b7..296b71f 100644 --- a/templates/_wagon.html.ep +++ b/templates/_wagon.html.ep @@ -1,8 +1,8 @@ % my $bg = ''; % my $extra_class = ''; -% #if ($wagon->has_first_class) { -% # $extra_class .= ' firstclass'; -% #} +% if ($wagon->has_first_class) { +% $extra_class .= ' firstclass'; +% } % if ($wagon->is_locomotive or $wagon->is_powercar) { % $extra_class .= ' powercar'; % } @@ -21,19 +21,19 @@ % } % else { %= $wagon->number // '?' -% if(0){ #if ($wagon->has_wheelchair_space) { +% if ($wagon->has_wheelchair_space) { accessible % } -% if(0){ #if ($wagon->has_bistro) { +% if ($wagon->has_bistro) { restaurant % } -% if(0){ #if ($wagon->has_quiet_zone) { +% if ($wagon->has_quiet_zone) { volume_off % } -% if(0){ #if ($wagon->has_family_zone) { +% if ($wagon->has_family_zone) { people % } -% if(0){ #if ($wagon->has_bahn_comfort) { +% if ($wagon->has_bahn_comfort) { star % } % } -- cgit v1.2.3