summaryrefslogtreecommitdiff
path: root/templates/_wagon.html.ep
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-08-01 09:43:09 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2024-08-01 09:43:09 +0200
commitafe639efc0edc5fddec176ee023afd768c954bf0 (patch)
tree3b6296dd6219bf119b4865cec056fb9994e23952 /templates/_wagon.html.ep
parentc74b91b09f8888b5d4a35b7b2cb49d313db342d9 (diff)
update to DBWagenreihung v0.164.29.2
Diffstat (limited to 'templates/_wagon.html.ep')
-rw-r--r--templates/_wagon.html.ep16
1 files changed, 8 insertions, 8 deletions
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) {
<i class="material-icons" style="font-size: 20px;">accessible</i>
% }
-% if(0){ #if ($wagon->has_bistro) {
+% if ($wagon->has_bistro) {
<i class="material-icons">restaurant</i>
% }
-% if(0){ #if ($wagon->has_quiet_zone) {
+% if ($wagon->has_quiet_zone) {
<i class="tiny material-icons">volume_off</i>
% }
-% if(0){ #if ($wagon->has_family_zone) {
+% if ($wagon->has_family_zone) {
<i class="material-icons">people</i>
% }
-% if(0){ #if ($wagon->has_bahn_comfort) {
+% if ($wagon->has_bahn_comfort) {
<i class="material-icons">star</i>
% }
% }