diff --git a/resources/views/layouts/default/flights/table.blade.php b/resources/views/layouts/default/flights/table.blade.php index 1d1be5c47..24ae8d459 100644 --- a/resources/views/layouts/default/flights/table.blade.php +++ b/resources/views/layouts/default/flights/table.blade.php @@ -5,17 +5,22 @@
+ @if(optional($flight->airline)->logo) + {{$flight->airline->name}} + @endif {{ $flight->ident }}
-
- {{-- NOTE: - Don't remove the "save_flight" class, or the x-id attribute. - It will break the AJAX to save/delete +
+ {{-- + !!! NOTE !!! + Don't remove the "save_flight" class, or the x-id attribute. + It will break the AJAX to save/delete - "x-saved-class" is the class to add/remove if the bid exists or not - If you change it, remember to change it in the in-array line as well + "x-saved-class" is the class to add/remove if the bid exists or not + If you change it, remember to change it in the in-array line as well --}} @if (!setting('pilots.only_flights_from_current') || $flight->dpt_airport_id == Auth::user()->current_airport->icao)