make 'missed connection' passengerrights message less confusing
This commit is contained in:
parent
5f7933cffb
commit
b8f00bcf98
1 changed files with 3 additions and 4 deletions
|
@ -44,12 +44,11 @@
|
||||||
% if ($journey->{cancelled}) {
|
% if ($journey->{cancelled}) {
|
||||||
Ausfall
|
Ausfall
|
||||||
% }
|
% }
|
||||||
|
% elsif ($journey->{connection}) {
|
||||||
|
%= sprintf('%+d, ggf. Anschluss verpasst', $journey->{delay})
|
||||||
|
% }
|
||||||
% else {
|
% else {
|
||||||
%= sprintf('%+d', $journey->{delay})
|
%= sprintf('%+d', $journey->{delay})
|
||||||
% if ($journey->{connection}) {
|
|
||||||
<br/>
|
|
||||||
%= sprintf('Anschluss? → %+d', $journey->{possible_delay})
|
|
||||||
% }
|
|
||||||
% }
|
% }
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
|
Loading…
Reference in a new issue