diff options
| -rw-r--r-- | templates/_train_details.html.ep | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/templates/_train_details.html.ep b/templates/_train_details.html.ep index 05e3483..82f0257 100644 --- a/templates/_train_details.html.ep +++ b/templates/_train_details.html.ep @@ -64,6 +64,9 @@            An: <%= $departure->{arrival} %>  %       }  %     } +%     elsif ($departure->{sched_arrival}) { +        An: <%= $departure->{sched_arrival} %> +%     }  %     elsif ($departure->{prep_time}) {          Ein: <%= $departure->{prep_time} %>  %     } @@ -116,6 +119,9 @@            Ab: <%= $departure->{departure} %>  %       }  %     } +%     elsif ($departure->{sched_departure}) { +        Ab: <%= $departure->{sched_departure} %> +%     }      </div>      </div>      </div> <!-- dataline --> | 
