Add a PIREP flag for ready_only; some more METAR cleanup

This commit is contained in:
Nabeel Shahzad
2018-04-09 22:04:59 -05:00
parent 4a19f609fc
commit f54f19100c
13 changed files with 170 additions and 313 deletions
@@ -3,7 +3,7 @@
@section('content')
<div class="row">
<div class="col-md-12">
<h2 class="description">Edit Flight Report</h2>
<h2>Edit Flight Report</h2>
@include('flash::message')
{{ Form::model($pirep, [
'route' => ['frontend.pireps.update', $pirep->id],
@@ -16,4 +16,4 @@
</div>
</div>
@endsection
@include("pireps.scripts")
@include('pireps.scripts')