diff options
Diffstat (limited to 'templates/journey.html.ep')
-rw-r--r-- | templates/journey.html.ep | 2 |
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> |