departure board: replace 'info' symbol with 'train' symbol

This commit is contained in:
Daniel Friesel 2022-07-15 22:30:53 +02:00
parent 8c15966bd1
commit 79e141ae2e
No known key found for this signature in database
GPG key ID: 100D5BFB5166E005

View file

@ -331,7 +331,7 @@
% }
</a>
% if ($user->{sb_template}) {
<a class="nonflex" href="<%= resolve_sb_template($user->{sb_template}, name => $station->[0], eva => $station->[1]{eva}, tt => $journey->{train_type} // q{x}, tn => $journey->{train_no}) %>"><i class="material-icons tiny">info</i></a>
<a class="nonflex" href="<%= resolve_sb_template($user->{sb_template}, name => $station->[0], eva => $station->[1]{eva}, tt => $journey->{train_type} // q{x}, tn => $journey->{train_no}) %>"><i class="material-icons tiny">train</i></a>
% }
% }
% if ($user->{sb_template}) {