summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-03-20 13:23:50 +0100
committerDaniel Friesel <derf@finalrewind.org>2021-03-20 13:23:50 +0100
commitd3f8cfc5a03db410593fa9df5b22b154b721fad5 (patch)
treeda9ea8462169255e452b784a7915699a1756f802 /templates
parentbb89800fd5b970c5b12ecfe2ad2318874c97793f (diff)
train_details: do not pass unused data to view
Diffstat (limited to 'templates')
-rw-r--r--templates/_train_details.html.ep3
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}) {