#32 Cleanup of subfleet edit and linked from the aircraft screen

This commit is contained in:
Nabeel Shahzad
2017-07-02 15:11:27 -05:00
parent 9dc880d7d3
commit ddc2ed4d89
7 changed files with 55 additions and 34 deletions

View File

@@ -17,5 +17,23 @@
</div>
</div>
</div>
<div class="box box-primary">
<div class="box-body">
<div class="row">
<div class="col-xs-12">
<h3>fares</h3>
<div class="box-body">
<div class="callout callout-info">
<i class="icon fa fa-info">&nbsp;&nbsp;</i>
Fares assigned to the current subfleet. These can be overridden,
otherwise, the value used is the default, which comes from the fare.
</div>
@include('admin.subfleets.fares')
</div>
</div>
</div>
</div>
</div>
</div>
@endsection
@include('admin.subfleets.script')