diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-06-16 20:01:07 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-06-16 20:01:07 +0200 |
commit | 6ea954c9634912f499c2f1c2b3356d491e40f747 (patch) | |
tree | afec2e6ae5860e5797b66ad2e6123f58f775cd53 /templates/_departures_efa.html.ep | |
parent | 68fcdf3d6ffc0253eb8f9f64631256fed3128549 (diff) |
show load/occupancy for EFA departures and trips, if available
Diffstat (limited to 'templates/_departures_efa.html.ep')
-rw-r--r-- | templates/_departures_efa.html.ep | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/_departures_efa.html.ep b/templates/_departures_efa.html.ep index 6aec1c8..0abd887 100644 --- a/templates/_departures_efa.html.ep +++ b/templates/_departures_efa.html.ep @@ -47,6 +47,9 @@ <%= $checkin->{followee_name} %> → <%= $checkin->{arr_name} // '???' %> </span> % } + % if ($result->occupancy) { + <i class="material-icons tiny" aria-hidden="true"><%= efa_load_icon($result->occupancy) %></i> + % } % } </span> </li> |