summaryrefslogtreecommitdiff
path: root/templates/_format_train.html.ep
diff options
context:
space:
mode:
Diffstat (limited to 'templates/_format_train.html.ep')
-rw-r--r--templates/_format_train.html.ep4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/_format_train.html.ep b/templates/_format_train.html.ep
index 1d6acaa..e82f3f9 100644
--- a/templates/_format_train.html.ep
+++ b/templates/_format_train.html.ep
@@ -2,7 +2,9 @@
🏳️‍🌈
% }
<span class="dep-line <%= $journey->{train_type} // q{} %>">
- <%= $journey->{train_type} %>
+ % if (not $journey->{is_motis}) {
+ <%= $journey->{train_type} %>
+ % }
<%= $journey->{train_line} // $journey->{train_no}%>
</span>
% if ($journey->{train_line}) {