summaryrefslogtreecommitdiff
path: root/templates/journey.html.ep
diff options
context:
space:
mode:
authorBirte Kristina Friesel <birte.friesel@uos.de>2025-03-25 18:09:24 +0100
committerBirte Kristina Friesel <birte.friesel@uos.de>2025-03-25 18:09:24 +0100
commit2761baf6eebd935206f72a6d48c0d981e713e2dd (patch)
tree9050450c745b9cfbaadf434230c268c0f6433ad4 /templates/journey.html.ep
parent4fb451040f66d26f5bf38e66eb04fb01e6b89adc (diff)
Consistently use 'train' for DB (IRIS, bahn.de) and 'directions' for HAFAS
Diffstat (limited to 'templates/journey.html.ep')
-rw-r--r--templates/journey.html.ep2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/journey.html.ep b/templates/journey.html.ep
index c13da5f..c052190 100644
--- a/templates/journey.html.ep
+++ b/templates/journey.html.ep
@@ -269,7 +269,7 @@
% }
<div class="row">
<div class="col s12 grey-text">
- <i class="material-icons tiny" aria-hidden="true"><%= $journey->{is_iris} ? 'train' : 'directions' %></i>
+ <i class="material-icons tiny" aria-hidden="true"><%= $journey->{is_hafas} ? 'directions' : 'train' %></i>
%= $journey->{backend_name} || 'IRIS'
#<%= $journey->{id} %>
</div>