diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-09-23 20:30:22 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-09-23 20:30:22 +0200 |
commit | ce1d4a51e148e2f225626c46b229a04b2db43041 (patch) | |
tree | b92a40299b8239ed517d734c950954762bbca38a /templates | |
parent | 0526f8880055fe4b559e857bd3b321bdc63ab525 (diff) |
improve(?) wagen order icon
Diffstat (limited to 'templates')
-rw-r--r-- | templates/_train_details.html.ep | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/_train_details.html.ep b/templates/_train_details.html.ep index 3168852..4084b55 100644 --- a/templates/_train_details.html.ep +++ b/templates/_train_details.html.ep @@ -109,11 +109,11 @@ <a class="smallbutton" href="/map/<%= $departure->{trip_id} %>/<%= $departure->{train_line} // 0 %>?from=<%= $station_name %>"><i class="material-icons" aria-hidden="true">map</i> Karte</a> % } % if ($departure->{wr_link}) { - <a class="smallbutton" href="/_wr/<%= $departure->{train_no} %>/<%= $departure->{wr_link} %>"><i class="material-icons" aria-hidden="true">compare_arrows</i> Wagenreihung + <a class="smallbutton" href="/_wr/<%= $departure->{train_no} %>/<%= $departure->{wr_link} %>"><i class="material-icons" aria-hidden="true">train</i> Wagenreihung </a> % } % elsif ($icetype and $icetype->[1] and $departure->{train_type} ne 'Bus') { - <span class="disabledbutton"><i class="material-icons" aria-hidden="true">compare_arrows</i> Plan: <%= $icetype->[0] %></span> + <span class="disabledbutton"><i class="material-icons" aria-hidden="true">train</i> Plan: <%= $icetype->[0] %></span> % } % for my $link (@{$departure->{links}}) { <a class="smallbutton" href="<%= $link->[1] %>"><i class="material-icons" aria-hidden="true">warning</i> <%= $link->[0] %></a> |