diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/_train_details.html.ep | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/_train_details.html.ep b/templates/_train_details.html.ep index 6b3e1a7..0aa3bba 100644 --- a/templates/_train_details.html.ep +++ b/templates/_train_details.html.ep @@ -9,9 +9,6 @@ <%= $departure->{train_line} // $departure->{train_no} %></span> <span class="train-no"><%= $departure->{train_line} ? $departure->{train_no} : q{} %></span> % } -% else { - <span class="train-line"><%= $departure->{train} // q{???} %></span> -% } </div> <div> % if ($departure->{origin}) { |