diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-07-15 22:30:53 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-07-15 22:30:53 +0200 |
commit | 79e141ae2ed7f8d48db4a868a7683f8aa8b963ec (patch) | |
tree | f9d09d84104dd20623371d1df2d4a7cbd99cb619 /templates/_checked_in.html.ep | |
parent | 8c15966bd1be2bc8098cd71c64a7f8aa01df885a (diff) |
departure board: replace 'info' symbol with 'train' symbol
Diffstat (limited to 'templates/_checked_in.html.ep')
-rw-r--r-- | templates/_checked_in.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/_checked_in.html.ep b/templates/_checked_in.html.ep index 533e73c..57d0a8d 100644 --- a/templates/_checked_in.html.ep +++ b/templates/_checked_in.html.ep @@ -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}) { |