Change setting name for pilot flight restriction; some cosmetics
This commit is contained in:
@@ -2,17 +2,20 @@
|
||||
<div class="card border-blue-bottom">
|
||||
<div class="card-block" style="min-height: 0px">
|
||||
<div class="row">
|
||||
<div class="col-sm-3">
|
||||
<div class="col-sm-9">
|
||||
<h5>
|
||||
<a class="text-c" href="{!! route('frontend.flights.show', [$flight->id]) !!}">
|
||||
{!! $flight->airline->code !!}{!! $flight->flight_number !!}
|
||||
@if($flight->route_code)
|
||||
(C: {!! $flight->route_code !!} L: {!! $flight->route_leg !!})
|
||||
Code: {!! $flight->route_code !!}
|
||||
@endif
|
||||
@if($flight->route_leg)
|
||||
Leg: {!! $flight->route_leg !!}
|
||||
@endif
|
||||
</a>
|
||||
</h5>
|
||||
</div>
|
||||
<div class="col-sm-9 text-sm-right">
|
||||
<div class="col-sm-3 text-right">
|
||||
<!-- use for saved: btn-outline-primary -->
|
||||
<button class="btn btn-icon btn-icon-mini btn-round
|
||||
{{ in_array($flight->id, $saved) ? 'btn-danger':'' }}
|
||||
@@ -20,8 +23,8 @@
|
||||
<i class="now-ui-icons ui-2_favourite-28"></i>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-sm-3">
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
|
||||
Reference in New Issue
Block a user