cleaned up the table views to fix alignments

This commit is contained in:
Nabeel Shahzad
2017-07-13 22:10:46 -05:00
parent fc6253b46f
commit 29ec733838
7 changed files with 39 additions and 41 deletions
@@ -12,23 +12,6 @@
<div class="row">
@include('admin.aircraft.show_fields')
</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 aircraft. 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>
</section>
@endsection
@section('scripts')