#21 pirep styling
This commit is contained in:
parent
807ac69ae9
commit
ee016cf284
@ -8,7 +8,7 @@
|
||||
style="margin-top: -10px;margin-bottom: 5px"
|
||||
href="{!! route('frontend.pireps.create') !!}">File New PIREP</a>
|
||||
</div>
|
||||
<h1>PIREPs</h1>
|
||||
<h2 class="description">pilot reports</h2>
|
||||
@include('flash::message')
|
||||
@include('layouts.default.pireps.table')
|
||||
</div>
|
||||
|
@ -27,7 +27,7 @@
|
||||
<span class="description">ARR </span>
|
||||
{!! $pirep->arr_airport->icao !!}
|
||||
</div>
|
||||
<div><span class="description">FLIGHT TIME </span>
|
||||
<div><span class="description">Flight Time </span>
|
||||
{!! Utils::secondsToTime($pirep->flight_time) !!}
|
||||
</div>
|
||||
<div><span class="description">Aircraft </span>
|
||||
|
Loading…
Reference in New Issue
Block a user