From 246c828d7a3ae9f137f7f8adf5e3541445d021b1 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Mon, 19 Feb 2018 11:26:11 -0600 Subject: [PATCH] Remove extra level field and fix documentation link --- resources/views/admin/flights/fares.blade.php | 4 ++-- resources/views/admin/flights/fields.blade.php | 12 +++--------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/resources/views/admin/flights/fares.blade.php b/resources/views/admin/flights/fares.blade.php index 716859a2..ce0ccf70 100644 --- a/resources/views/admin/flights/fares.blade.php +++ b/resources/views/admin/flights/fares.blade.php @@ -7,8 +7,8 @@ the values used come from the subfleet of the aircraft that the flight is filed with. Only assign the fares you want to override. They can be set as a monetary amount, or a percentage. - Read this wiki page for more details and information. + Read documentation about finances.

diff --git a/resources/views/admin/flights/fields.blade.php b/resources/views/admin/flights/fields.blade.php index 2b1f6de6..25da81eb 100644 --- a/resources/views/admin/flights/fields.blade.php +++ b/resources/views/admin/flights/fields.blade.php @@ -76,23 +76,17 @@ SAME ROW

{{ $errors->first('arr_time') }}

-
+
{!! Form::label('level', 'Flight Level:') !!} {!! Form::text('level', null, ['class' => 'form-control']) !!}

{{ $errors->first('level') }}

-
- {!! Form::label('distance', 'Distance:') !!} +
+ {!! Form::label('distance', 'Distance:') !!} in miles {!! Form::text('distance', null, ['class' => 'form-control']) !!}

{{ $errors->first('distance') }}

- -
- {!! Form::label('level', 'Flight Level:') !!} - {!! Form::text('level', null, ['class' => 'form-control']) !!} -

{{ $errors->first('level') }}

-