Loading sass/app.scss +15 −3 Original line number Diff line number Diff line Loading @@ -165,10 +165,22 @@ div.content { color: $link-color; } .grouptype { .groupno { color: $fg; } .grouptype { color: $fg2; } .grouptype:before { content: "("; } .grouptype:after { content: ")"; } .uicunknown { color: $fg3; } Loading Loading @@ -199,7 +211,7 @@ div.content { font-weight: bold; } .uic78::before { .uic78:before { content: "-"; } Loading @@ -217,7 +229,7 @@ div.content { color: $fg3; } .uiccheck::before { .uiccheck:before { content: "-"; } } Loading templates/_wagon.html.ep +1 −1 Original line number Diff line number Diff line Loading @@ -87,6 +87,6 @@ % } % } % if ($multi and defined $wagon->group_index and (not defined $prev_gi or $wagon->group_index != $prev_gi)) { <br/><span class="grouptype"><%= ($wr->train_descriptions)[$wagon->group_index]{short} %> → <%= $wr->{data}{istformation}{allFahrzeuggruppe}[$wagon->group_index]{zielbetriebsstellename} %></span> <br/><span class="groupno"><%= $wr->train_type %> <%= ($wr->groups)[$wagon->group_index]->train_no %> → <%= $wr->{data}{istformation}{allFahrzeuggruppe}[$wagon->group_index]{zielbetriebsstellename} %></span> <span class="grouptype"><%= ($wr->train_descriptions)[$wagon->group_index]{short} %></span> % } </div> Loading
sass/app.scss +15 −3 Original line number Diff line number Diff line Loading @@ -165,10 +165,22 @@ div.content { color: $link-color; } .grouptype { .groupno { color: $fg; } .grouptype { color: $fg2; } .grouptype:before { content: "("; } .grouptype:after { content: ")"; } .uicunknown { color: $fg3; } Loading Loading @@ -199,7 +211,7 @@ div.content { font-weight: bold; } .uic78::before { .uic78:before { content: "-"; } Loading @@ -217,7 +229,7 @@ div.content { color: $fg3; } .uiccheck::before { .uiccheck:before { content: "-"; } } Loading
templates/_wagon.html.ep +1 −1 Original line number Diff line number Diff line Loading @@ -87,6 +87,6 @@ % } % } % if ($multi and defined $wagon->group_index and (not defined $prev_gi or $wagon->group_index != $prev_gi)) { <br/><span class="grouptype"><%= ($wr->train_descriptions)[$wagon->group_index]{short} %> → <%= $wr->{data}{istformation}{allFahrzeuggruppe}[$wagon->group_index]{zielbetriebsstellename} %></span> <br/><span class="groupno"><%= $wr->train_type %> <%= ($wr->groups)[$wagon->group_index]->train_no %> → <%= $wr->{data}{istformation}{allFahrzeuggruppe}[$wagon->group_index]{zielbetriebsstellename} %></span> <span class="grouptype"><%= ($wr->train_descriptions)[$wagon->group_index]{short} %></span> % } </div>