diff options
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> |