cleanup some templates

This commit is contained in:
Nabeel Shahzad
2018-02-26 19:23:22 -06:00
parent cdd5fc749c
commit e6d78f3e22
7 changed files with 16 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
<div id="rank_subfleet_wrapper" class="dataTables_wrapper form-inline dt-bootstrap col-lg-12">
<table class="table table-responsive" id="subfleets-table">
@if(count($rank->subfleets))
<thead>
<th>Airline</th>
<th>Name</th>
@@ -7,6 +8,7 @@
<th style="text-align: center;">Manual Pay</th>
<th style="text-align: center;">Actions</th>
</thead>
@endif
<tbody>
@foreach($rank->subfleets as $sf)
<tr>