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

@@ -9,6 +9,7 @@
</div>
<br />
<table id="aircraft_fares" class="table table-hover">
@if(count($subfleet->fares))
<thead>
<tr>
<th>Name</th>
@@ -19,6 +20,7 @@
<th></th>
</tr>
</thead>
@endif
<tbody>
@foreach($subfleet->fares as $atf)
<tr>

View File

@@ -7,7 +7,8 @@
@endcomponent
</div>
<br />
<table id="subfleet_ranks" class="table table-hover dataTable">
<table id="subfleet_ranks" class="table table-hover">
@if(count($subfleet->ranks))
<thead>
<tr>
<th>Name</th>
@@ -17,6 +18,7 @@
<th></th>
</tr>
</thead>
@endif
<tbody>
@foreach($subfleet->ranks as $rank)
<tr>