Loading cpanfile +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ requires 'List::UtilsBy'; requires 'LWP::UserAgent'; requires 'LWP::Protocol::https'; requires 'Mojolicious'; requires 'Travel::Status::DE::DBWagenreihung', '0.06'; requires 'Travel::Status::DE::DBWagenreihung', '0.12'; requires 'Travel::Status::DE::HAFAS', '>= 5.06'; requires 'Travel::Status::DE::IRIS'; requires 'XML::LibXML'; sass/app.scss +3 −0 Original line number Diff line number Diff line Loading @@ -143,6 +143,9 @@ div.content { background-color: $powercar-wagon-color; } .closed { background-color: $closed-wagon-color; } .nondestwagon { border-style: dashed; Loading sass/dark.scss +1 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,7 @@ $past-bg-color: $bg05; $firstclass-wagon-color: #333300; $powercar-wagon-color: #222222; $closed-wagon-color: #222222; $button-hover: #111111; $button-hover-border: #333333; Loading sass/light.scss +1 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,7 @@ $past-bg-color: $bg05; $firstclass-wagon-color: #ffff99; $powercar-wagon-color: #cccccc; $closed-wagon-color: #dddddd; $button-hover: #e6e6e6; $button-hover-border: #adadad; Loading templates/_train_details.html.ep +6 −1 Original line number Diff line number Diff line Loading @@ -128,7 +128,12 @@ % if (defined $gi and $gi != $wagon->group_index) { • % } %= $wagon->number || ($wagon->type =~ m{AB} ? '½' : $wagon->type =~ m{A} ? '1.' : $wagon->type =~ m{B} ? '2.' : '?' ) % if ($wagon->is_closed) { X % } % else { %= $wagon->number || ($wagon->type =~ m{AB} ? '½' : $wagon->type =~ m{A} ? '1.' : $wagon->type =~ m{B} ? '2.' : $wagon->type ) % } % } % $gi = $wagon->group_index; % } Loading Loading
cpanfile +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ requires 'List::UtilsBy'; requires 'LWP::UserAgent'; requires 'LWP::Protocol::https'; requires 'Mojolicious'; requires 'Travel::Status::DE::DBWagenreihung', '0.06'; requires 'Travel::Status::DE::DBWagenreihung', '0.12'; requires 'Travel::Status::DE::HAFAS', '>= 5.06'; requires 'Travel::Status::DE::IRIS'; requires 'XML::LibXML';
sass/app.scss +3 −0 Original line number Diff line number Diff line Loading @@ -143,6 +143,9 @@ div.content { background-color: $powercar-wagon-color; } .closed { background-color: $closed-wagon-color; } .nondestwagon { border-style: dashed; Loading
sass/dark.scss +1 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,7 @@ $past-bg-color: $bg05; $firstclass-wagon-color: #333300; $powercar-wagon-color: #222222; $closed-wagon-color: #222222; $button-hover: #111111; $button-hover-border: #333333; Loading
sass/light.scss +1 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,7 @@ $past-bg-color: $bg05; $firstclass-wagon-color: #ffff99; $powercar-wagon-color: #cccccc; $closed-wagon-color: #dddddd; $button-hover: #e6e6e6; $button-hover-border: #adadad; Loading
templates/_train_details.html.ep +6 −1 Original line number Diff line number Diff line Loading @@ -128,7 +128,12 @@ % if (defined $gi and $gi != $wagon->group_index) { • % } %= $wagon->number || ($wagon->type =~ m{AB} ? '½' : $wagon->type =~ m{A} ? '1.' : $wagon->type =~ m{B} ? '2.' : '?' ) % if ($wagon->is_closed) { X % } % else { %= $wagon->number || ($wagon->type =~ m{AB} ? '½' : $wagon->type =~ m{A} ? '1.' : $wagon->type =~ m{B} ? '2.' : $wagon->type ) % } % } % $gi = $wagon->group_index; % } Loading